summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-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-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-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
2013-10-19batman-adv: use vid when computing local and global TT CRCAntonio Quartulli
2013-10-19batman-adv: add the VLAN ID attribute to the TT entryAntonio Quartulli
2013-10-19batman-adv: update email address for Marek LindnerMarek Lindner
2013-10-19batman-adv: update email address for Simon WunderlichSimon Wunderlich
2013-10-19batman-adv: check skb preparation return valueAntonio Quartulli
2013-10-18em_ipset: use dev_net() accessorstephen hemminger
2013-10-18tcp: remove redundant code in __tcp_retransmit_skb()Neal Cardwell
2013-10-18fib: Use const struct nl_info * in rtmsg_fibJoe Perches
2013-10-18ax25: cleanup a range testDan Carpenter
2013-10-18fib_trie: remove duplicated rcu lockbaker.zhang
2013-10-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-10-18tcp: rename tcp_tso_segment()Eric Dumazet