aboutsummaryrefslogtreecommitdiffstats
path: root/block (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-11af_packet: use sizeof instead of constant in spkt_devicedanborkmann@iogearbox.net1-1/+1
2012-06-11inet: Fix BUG triggered by __rt{,6}_get_peer().David S. Miller2-2/+2
2012-06-11netfilter: nf_ct_tcp, udp: fix compilation with sysctl disabledPablo Neira Ayuso2-3/+3
2012-06-11net: keep name_hlist close to nameEric Dumazet1-3/+4
2012-06-11inet: Avoid potential NULL peer dereference.David S. Miller3-10/+13
2012-06-11inet: Use FIB table peer roots in routes.David S. Miller2-8/+14
2012-06-11inet: Add inetpeer tree roots to the FIB tables.David S. Miller4-5/+16
2012-06-11inet: Add family scope inetpeer flushes.David S. Miller3-1/+31
2012-06-11ipv4: Kill ip_rt_frag_needed().David S. Miller4-70/+1
2012-06-11inet: Hide route peer accesses behind helpers.David S. Miller8-59/+193
2012-06-09inet: Pass inetpeer root into inet_getpeer*() interfaces.David S. Miller5-18/+11
2012-06-09af_unix: remove unix_iter_stateEric Dumazet1-5/+1
2012-06-09ipv6: Do not mark ipv6_inetpeer_ops as __net_initdata.David S. Miller1-1/+1
2012-06-09inet: Consolidate inetpeer_invalidate_tree() interfaces.David S. Miller4-14/+5
2012-06-09inet: Initialize per-netns inetpeer roots in net/ipv{4,6}/route.cDavid S. Miller4-49/+83
2012-06-09[PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary.David S. Miller6-40/+22
2012-06-09tcp: Get rid of inetpeer special cases.David S. Miller5-32/+19
2012-06-08inet: Create and use rt{,6}_get_peer_create().David S. Miller10-58/+49
2012-06-08af_unix: speedup /proc/net/unixEric Dumazet3-49/+70
2012-06-08inetpeer: add parameter net for inet_getpeer_v4,v6Gao feng7-14/+29
2012-06-08inetpeer: add namespace support for inetpeerGao feng5-24/+59
2012-06-07be2net: Fix driver load for VFs for LancerPadmanabh Ratnakar3-61/+66
2012-06-07macvtap: use prepare_to_wait/finish_wait to ensure mbHong zhi guo1-5/+3
2012-06-07bnx2x: Added EEE Ethtool support.Yuval Mintz1-0/+134
2012-06-07bnx2x: Added EEE supportYuval Mintz7-10/+552
2012-06-07Added kernel support in EEE Ethtool commandsYuval Mintz2-0/+75
2012-06-07net: Update kernel-doc for __alloc_skb()Ben Hutchings1-2/+2
2012-06-07qlcnic: Fix protcol type in case of inband vlan.Rajesh Borundia2-2/+3
2012-06-07qlcnic: fix unsupported CDRP command error message.Jitendra Kalsaria2-5/+33
2012-06-07qlcnic: Fix estimation of recv MSS in case of LRORajesh Borundia5-0/+23
2012-06-07net/ethernet: ks8851_mll unregister_netdev() before freeingDan Carpenter1-1/+3
2012-06-07netfilter: selinux: switch hook PFs to nfprotoAlban Crequy1-5/+5
2012-06-07netfilter: ipvs: switch hook PFs to nfprotoAlban Crequy1-12/+12
2012-06-07netfilter: ipv4, defrag: switch hook PFs to nfprotoAlban Crequy1-2/+2
2012-06-07netfilter: bridge: switch hook PFs to nfprotoAlban Crequy1-14/+14
2012-06-07netfilter: decnet: switch hook PFs to nfprotoAlban Crequy1-1/+1
2012-06-07netfilter: xt_recent: add address masking optionDenys Fedoryshchenko4-9/+80
2012-06-07netfilter: NFQUEUE: don't xor src/dst ip address for load distributionFlorian Westphal1-9/+19
2012-06-07netfilter: nf_conntrack: add namespace support for cttimeoutGao feng11-27/+48
2012-06-07netfilter: nf_conntrack: remove now unused sysctl for nf_conntrack_l[3|4]protoPablo Neira Ayuso10-91/+0
2012-06-07netfilter: nf_ct_gre: use new namespace supportGao feng1-21/+34
2012-06-07netfilter: nf_ct_dccp: use new namespace supportGao feng1-66/+66
2012-06-07netfilter: nf_ct_udplite: add namespace supportGao feng1-18/+80
2012-06-07netfilter: nf_ct_sctp: add namespace supportGao feng1-29/+146
2012-06-07netfilter: nf_ct_ipv6: add namespace supportGao feng1-29/+59
2012-06-07netfilter: nf_ct_ipv4: add namespace supportGao feng1-38/+85
2012-06-07netfilter: nf_ct_icmp: add namespace supportGao feng3-2/+26
2012-06-07netfilter: nf_ct_icmp: add namespace supportGao feng3-3/+43
2012-06-07netfilter: nf_ct_udp: add namespace supportGao feng3-11/+103
2012-06-07netfilter: nf_ct_tcp: add namespace supportGao feng3-29/+145