aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-10-23Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2013-10-23inet: remove old fragmentation hash initializingHannes Frederic Sowa
2013-10-23ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get...Hannes Frederic Sowa
2013-10-23ipv4: initialize ip4_frags hash secret as late as possibleHannes Frederic Sowa
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-23net: always inline net_secret_initHannes Frederic Sowa
2013-10-23batman-adv: generalize batman-adv icmp packet handlingSimon Wunderlich
2013-10-23batman-adv: Start new development cycleSimon Wunderlich
2013-10-23batman-adv: include the sync-flags when compute the global/local table CRCAntonio Quartulli
2013-10-23batman-adv: improve the TT component to support runtime flag changesAntonio Quartulli
2013-10-23batman-adv: invoke dev_get_by_index() outside of is_wifi_iface()Antonio Quartulli
2013-10-23batman-adv: send GW_DEL event in case of soft-iface destructionAntonio Quartulli
2013-10-23batman-adv: limit local translation table max sizeMarek Lindner
2013-10-23batman-adv: adapt the TT component to use the new API functionsAntonio Quartulli
2013-10-23batman-adv: provide orig_node routing APIAntonio Quartulli
2013-10-23batman-adv: adapt the neighbor purging routine to use the new API functionsAntonio Quartulli
2013-10-23batman-adv: adapt bonding to use the new API functionsAntonio Quartulli
2013-10-23batman-adv: add bat_neigh_is_equiv_or_better API functionAntonio Quartulli
2013-10-23batman-adv: add bat_neigh_cmp API functionAntonio Quartulli
2013-10-23batman-adv: add bat_orig_print API functionAntonio Quartulli
2013-10-23batman-adv: make struct batadv_orig_node algorithm agnosticAntonio Quartulli
2013-10-23batman-adv: make struct batadv_neigh_node algorithm agnosticAntonio Quartulli
2013-10-22Revert "bridge: only expire the mdb entry when query is received"Linus Lüssing
2013-10-22net: remove function sk_reset_txq()ZHAO Gang
2013-10-21tcp: initialize passive-side sk_pacing_rate after 3WHSNeal Cardwell
2013-10-21ipv6: probe routes asynchronous in rt6_probeHannes Frederic Sowa
2013-10-21ipv6: sit: add GSO/TSO supportEric Dumazet
2013-10-21ipv6: gso: make ipv6_gso_segment() stackableEric Dumazet
2013-10-21ipv4: Allow unprivileged users to use per net sysctlsEric W. Biederman
2013-10-21ipv4: Use math to point per net sysctls into the appropriate struct net.Eric W. Biederman
2013-10-21tcp_memcontrol: Kill struct tcp_memcontrolEric W. Biederman
2013-10-21tcp_memcontrol: Remove the per netns control.Eric W. Biederman
2013-10-21tcp_memcontrol: Remove setting cgroup settings via sysctlEric W. Biederman
2013-10-21tcp_memcontrol: Remove tcp_max_memoryEric W. Biederman
2013-10-21netfilter: nf_conntrack: fix rt6i_gateway checks for H.323 helperJulian Anastasov
2013-10-21ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov
2013-10-19Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2013-10-19net: switch net_secret key generation to net_get_random_onceHannes Frederic Sowa
2013-10-19tcp: switch tcp_fastopen key generation to net_get_random_onceHannes Frederic Sowa
2013-10-19inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa
2013-10-19inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_rand...Hannes Frederic Sowa
2013-10-19net: introduce new macro net_get_random_onceHannes Frederic Sowa
2013-10-19ipv6: split inet6_ehashfn to hash functions per compilation unitHannes Frederic Sowa
2013-10-19ipv4: split inet_ehashfn to hash functions per compilation unitHannes Frederic Sowa
2013-10-19ipip: add GSO/TSO supportEric Dumazet
2013-10-19ipv4: gso: make inet_gso_segment() stackableEric Dumazet
2013-10-19ipv4: generalize gre_handle_offloadsEric Dumazet
2013-10-19net: generalize skb_segment()Eric Dumazet
2013-10-19ip_output: do skb ufo init for peeked non ufo skb as wellJiri Pirko
2013-10-19ip6_output: do skb ufo init for peeked non ufo skb as wellJiri Pirko