aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller40-169/+324
2013-10-23net: always inline net_secret_initHannes Frederic Sowa1-1/+1
2013-10-22Revert "bridge: only expire the mdb entry when query is received"Linus Lüssing3-22/+28
2013-10-22net: remove function sk_reset_txq()ZHAO Gang1-6/+0
2013-10-21tcp: initialize passive-side sk_pacing_rate after 3WHSNeal Cardwell1-0/+2
2013-10-21ipv6: probe routes asynchronous in rt6_probeHannes Frederic Sowa1-7/+31
2013-10-21ipv6: sit: add GSO/TSO supportEric Dumazet6-9/+34
2013-10-21ipv6: gso: make ipv6_gso_segment() stackableEric Dumazet1-6/+17
2013-10-21ipv4: Allow unprivileged users to use per net sysctlsEric W. Biederman1-4/+0
2013-10-21ipv4: Use math to point per net sysctls into the appropriate struct net.Eric W. Biederman1-18/+5
2013-10-21tcp_memcontrol: Kill struct tcp_memcontrolEric W. Biederman1-43/+18
2013-10-21tcp_memcontrol: Remove the per netns control.Eric W. Biederman7-31/+20
2013-10-21tcp_memcontrol: Remove setting cgroup settings via sysctlEric W. Biederman2-51/+2
2013-10-21tcp_memcontrol: Remove tcp_max_memoryEric W. Biederman1-13/+0
2013-10-21netfilter: nf_conntrack: fix rt6i_gateway checks for H.323 helperJulian Anastasov1-2/+2
2013-10-21ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov2-4/+8
2013-10-19Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller20-471/+1834
2013-10-19net: switch net_secret key generation to net_get_random_onceHannes Frederic Sowa1-12/+2
2013-10-19tcp: switch tcp_fastopen key generation to net_get_random_onceHannes Frederic Sowa2-11/+21
2013-10-19inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa7-42/+44
2013-10-19inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_random_onceHannes Frederic Sowa2-13/+14
2013-10-19net: introduce new macro net_get_random_onceHannes Frederic Sowa1-0/+48
2013-10-19ipv6: split inet6_ehashfn to hash functions per compilation unitHannes Frederic Sowa2-4/+40
2013-10-19ipv4: split inet_ehashfn to hash functions per compilation unitHannes Frederic Sowa3-7/+36
2013-10-19ipip: add GSO/TSO supportEric Dumazet9-6/+23
2013-10-19ipv4: gso: make inet_gso_segment() stackableEric Dumazet2-7/+20
2013-10-19ipv4: generalize gre_handle_offloadsEric Dumazet2-29/+33
2013-10-19net: generalize skb_segment()Eric Dumazet1-17/+5
2013-10-19ip_output: do skb ufo init for peeked non ufo skb as wellJiri Pirko1-4/+9
2013-10-19ip6_output: do skb ufo init for peeked non ufo skb as wellJiri Pirko1-11/+14
2013-10-19udp6: respect IPV6_DONTFRAG sockopt in case there are pending framesJiri Pirko1-3/+2
2013-10-19ipv6: gso: remove redundant lockingEric Dumazet1-4/+1
2013-10-19net: misc: Remove extern from function prototypesJoe Perches11-167/+157
2013-10-19net: ipv4/ipv6: Remove extern from function prototypesJoe Perches4-59/+54
2013-10-19net: dccp: Remove extern from function prototypesJoe Perches7-158/+148
2013-10-19net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypesJoe Perches8-219/+194
2013-10-19ipv4: gso: send_check() & segment() cleanupsEric Dumazet1-13/+11
2013-10-19net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix raceDaniel Borkmann1-0/+10
2013-10-19batman-adv: make the backbone gw check VLAN specificAntonio Quartulli3-43/+27
2013-10-19batman-adv: make the TT global purge routine VLAN specificAntonio Quartulli5-6/+21
2013-10-19batman-adv: make the TT CRC logic VLAN specificAntonio Quartulli5-157/+730
2013-10-19batman-adv: lock around TT operations to avoid sending inconsistent dataAntonio Quartulli4-4/+34
2013-10-19batman-adv: remove bogus commentAntonio Quartulli1-5/+0
2013-10-19batman-adv: refine API calls for unicast transmissions of SKBsLinus Lüssing4-48/+108
2013-10-19batman-adv: make the AP isolation attribute VLAN specificAntonio Quartulli5-14/+30
2013-10-19batman-adv: add sysfs framework for VLANAntonio Quartulli4-3/+198
2013-10-19batman-adv: add per VLAN interface attribute frameworkAntonio Quartulli5-3/+197
2013-10-19batman-adv: make the Distributed ARP Table vlan awareAntonio Quartulli2-48/+107
2013-10-19batman-adv: make the GW module correctly talk to the new VLAN-TTAntonio Quartulli1-3/+18
2013-10-19batman-adv: print the VID together with the TT entriesAntonio Quartulli2-32/+52