summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
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-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
2013-10-19udp6: respect IPV6_DONTFRAG sockopt in case there are pending framesJiri Pirko
2013-10-19ipv6: gso: remove redundant lockingEric Dumazet
2013-10-19net: misc: Remove extern from function prototypesJoe Perches
2013-10-19net: ipv4/ipv6: Remove extern from function prototypesJoe Perches
2013-10-19net: dccp: Remove extern from function prototypesJoe Perches
2013-10-19net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypesJoe Perches
2013-10-19ipv4: gso: send_check() & segment() cleanupsEric Dumazet
2013-10-19net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix raceDaniel Borkmann
2013-10-19batman-adv: make the backbone gw check VLAN specificAntonio Quartulli
2013-10-19batman-adv: make the TT global purge routine VLAN specificAntonio Quartulli
2013-10-19batman-adv: make the TT CRC logic VLAN specificAntonio Quartulli
2013-10-19batman-adv: lock around TT operations to avoid sending inconsistent dataAntonio Quartulli
2013-10-19batman-adv: remove bogus commentAntonio Quartulli
2013-10-19batman-adv: refine API calls for unicast transmissions of SKBsLinus Lüssing
2013-10-19batman-adv: make the AP isolation attribute VLAN specificAntonio Quartulli
2013-10-19batman-adv: add sysfs framework for VLANAntonio Quartulli
2013-10-19batman-adv: add per VLAN interface attribute frameworkAntonio Quartulli
2013-10-19batman-adv: make the Distributed ARP Table vlan awareAntonio Quartulli
2013-10-19batman-adv: make the GW module correctly talk to the new VLAN-TTAntonio Quartulli
2013-10-19batman-adv: print the VID together with the TT entriesAntonio Quartulli