aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-11inet: Fix BUG triggered by __rt{,6}_get_peer().David S. Miller2-2/+2
2012-06-11net: keep name_hlist close to nameEric Dumazet1-3/+4
2012-06-11Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller10-53/+101
2012-06-11inet: Avoid potential NULL peer dereference.David S. Miller1-1/+1
2012-06-11inet: Add inetpeer tree roots to the FIB tables.David S. Miller2-5/+8
2012-06-11inet: Add family scope inetpeer flushes.David S. Miller1-0/+2
2012-06-11ipv4: Kill ip_rt_frag_needed().David S. Miller1-2/+0
2012-06-11inet: Hide route peer accesses behind helpers.David S. Miller4-8/+126
2012-06-09inet: Pass inetpeer root into inet_getpeer*() interfaces.David S. Miller1-5/+5
2012-06-09inet: Consolidate inetpeer_invalidate_tree() interfaces.David S. Miller1-2/+1
2012-06-09inet: Initialize per-netns inetpeer roots in net/ipv{4,6}/route.cDavid S. Miller1-0/+9
2012-06-09[PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary.David S. Miller3-10/+2
2012-06-09tcp: Get rid of inetpeer special cases.David S. Miller2-2/+2
2012-06-08inet: Create and use rt{,6}_get_peer_create().David S. Miller2-6/+25
2012-06-08af_unix: speedup /proc/net/unixEric Dumazet1-1/+2
2012-06-08inetpeer: add parameter net for inet_getpeer_v4,v6Gao feng1-4/+8
2012-06-08inetpeer: add namespace support for inetpeerGao feng3-5/+8
2012-06-07Added kernel support in EEE Ethtool commandsYuval Mintz1-0/+35
2012-06-07netfilter: xt_recent: add address masking optionDenys Fedoryshchenko2-0/+20
2012-06-07netfilter: nf_conntrack: add namespace support for cttimeoutGao feng1-1/+2
2012-06-07netfilter: nf_conntrack: remove now unused sysctl for nf_conntrack_l[3|4]protoPablo Neira Ayuso2-12/+0
2012-06-07netfilter: nf_ct_icmp: add namespace supportGao feng1-0/+1
2012-06-07netfilter: nf_ct_icmp: add namespace supportGao feng1-0/+6
2012-06-07netfilter: nf_ct_udp: add namespace supportGao feng1-0/+12
2012-06-07netfilter: nf_ct_tcp: add namespace supportGao feng1-0/+10
2012-06-07netfilter: nf_ct_generic: add namespace supportGao feng2-2/+8
2012-06-07netfilter: nf_conntrack: prepare namespace support for l3 protocol trackersGao feng2-2/+15
2012-06-07netfilter: nf_conntrack: prepare namespace support for l4 protocol trackersGao feng2-2/+21
2012-06-07netfilter: Add fail-open supportKrishna Kumar1-0/+5
2012-06-07netfilter: xt_connlimit: remove revision 0Cong Wang1-7/+2
2012-06-07netfilter: remove include/linux/netfilter_ipv4/ipt_addrtype.hCong Wang2-28/+0
2012-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2012-06-06Merge branch 'master' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2-6/+6
2012-06-06inetpeer: fix a race in inetpeer_gc_worker()Eric Dumazet1-1/+4
2012-06-04net/ethernet: ks8851_mll mac address configuration support addedRaffaele Recalcati1-0/+33
2012-06-04sock_diag: add SK_MEMINFO_BACKLOGEric Dumazet1-0/+1
2012-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+34
2012-06-02tty: Revert the tty locking series, it needs more workLinus Torvalds1-14/+9
2012-06-01Merge tag 'fbdev-updates-for-3.5' of git://github.com/schandinat/linux-2.6Linus Torvalds6-9/+160
2012-06-01Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdLinus Torvalds3-17/+27
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds3-3/+35
2012-06-01cipso: handle CIPSO options correctly when NetLabel is disabledPaul Moore1-1/+28
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds9-181/+63
2012-06-01Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds2-3/+58
2012-06-01new helper: signal_delivered()Al Viro1-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2-2/+3
2012-06-01set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro1-1/+2
2012-06-01new helper: sigmask_to_save()Al Viro1-0/+8
2012-06-01new helper: restore_saved_sigmask()Al Viro1-0/+6
2012-06-01new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro1-0/+12