aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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
2013-10-19batman-adv: use vid when computing local and global TT CRCAntonio Quartulli1-4/+31
2013-10-19batman-adv: add the VLAN ID attribute to the TT entryAntonio Quartulli13-135/+312
2013-10-19batman-adv: update email address for Marek LindnerMarek Lindner1-1/+1
2013-10-19batman-adv: update email address for Simon WunderlichSimon Wunderlich1-1/+1
2013-10-19batman-adv: check skb preparation return valueAntonio Quartulli1-3/+6
2013-10-18em_ipset: use dev_net() accessorstephen hemminger1-2/+2
2013-10-18tcp: remove redundant code in __tcp_retransmit_skb()Neal Cardwell1-15/+0
2013-10-18fib: Use const struct nl_info * in rtmsg_fibJoe Perches2-2/+2
2013-10-18ax25: cleanup a range testDan Carpenter1-1/+1
2013-10-18fib_trie: remove duplicated rcu lockbaker.zhang1-2/+0
2013-10-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller5-2/+1139
2013-10-18tcp: rename tcp_tso_segment()Eric Dumazet2-4/+4
2013-10-18tipc: simplify the link lookup routineErik Hugne1-97/+13