summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* phy: Use pr_<level>Joe Perches2012-06-117-36/+50
* af_packet: use sizeof instead of constant in spkt_devicedanborkmann@iogearbox.net2012-06-111-1/+1
* inet: Fix BUG triggered by __rt{,6}_get_peer().David S. Miller2012-06-112-2/+2
* netfilter: nf_ct_tcp, udp: fix compilation with sysctl disabledPablo Neira Ayuso2012-06-112-3/+3
* net: keep name_hlist close to nameEric Dumazet2012-06-111-3/+4
* Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller2012-06-1134-584/+1300
|\
| * netfilter: selinux: switch hook PFs to nfprotoAlban Crequy2012-06-071-5/+5
| * netfilter: ipvs: switch hook PFs to nfprotoAlban Crequy2012-06-071-12/+12
| * netfilter: ipv4, defrag: switch hook PFs to nfprotoAlban Crequy2012-06-071-2/+2
| * netfilter: bridge: switch hook PFs to nfprotoAlban Crequy2012-06-071-14/+14
| * netfilter: decnet: switch hook PFs to nfprotoAlban Crequy2012-06-071-1/+1
| * netfilter: xt_recent: add address masking optionDenys Fedoryshchenko2012-06-074-9/+80
| * netfilter: NFQUEUE: don't xor src/dst ip address for load distributionFlorian Westphal2012-06-071-9/+19
| * netfilter: nf_conntrack: add namespace support for cttimeoutGao feng2012-06-0711-27/+48
| * netfilter: nf_conntrack: remove now unused sysctl for nf_conntrack_l[3|4]protoPablo Neira Ayuso2012-06-0710-91/+0
| * netfilter: nf_ct_gre: use new namespace supportGao feng2012-06-071-21/+34
| * netfilter: nf_ct_dccp: use new namespace supportGao feng2012-06-071-66/+66
| * netfilter: nf_ct_udplite: add namespace supportGao feng2012-06-071-18/+80
| * netfilter: nf_ct_sctp: add namespace supportGao feng2012-06-071-29/+146
| * netfilter: nf_ct_ipv6: add namespace supportGao feng2012-06-071-29/+59
| * netfilter: nf_ct_ipv4: add namespace supportGao feng2012-06-071-38/+85
| * netfilter: nf_ct_icmp: add namespace supportGao feng2012-06-073-2/+26
| * netfilter: nf_ct_icmp: add namespace supportGao feng2012-06-073-3/+43
| * netfilter: nf_ct_udp: add namespace supportGao feng2012-06-073-11/+103
| * netfilter: nf_ct_tcp: add namespace supportGao feng2012-06-073-29/+145
| * netfilter: nf_ct_generic: add namespace supportGao feng2012-06-075-33/+78
| * netfilter: nf_conntrack: prepare namespace support for l3 protocol trackersGao feng2012-06-075-30/+91
| * netfilter: nf_conntrack: prepare namespace support for l4 protocol trackersGao feng2012-06-079-79/+159
| * netfilter: Add fail-open supportKrishna Kumar2012-06-072-3/+42
| * netfilter: xt_connlimit: remove revision 0Cong Wang2012-06-073-38/+13
| * netfilter: remove include/linux/netfilter_ipv4/ipt_addrtype.hCong Wang2012-06-073-36/+0
* | inet: Avoid potential NULL peer dereference.David S. Miller2012-06-113-10/+13
* | inet: Use FIB table peer roots in routes.David S. Miller2012-06-112-8/+14
* | inet: Add inetpeer tree roots to the FIB tables.David S. Miller2012-06-114-5/+16
* | inet: Add family scope inetpeer flushes.David S. Miller2012-06-113-1/+31
* | ipv4: Kill ip_rt_frag_needed().David S. Miller2012-06-114-70/+1
* | inet: Hide route peer accesses behind helpers.David S. Miller2012-06-118-59/+193
* | inet: Pass inetpeer root into inet_getpeer*() interfaces.David S. Miller2012-06-095-18/+11
* | af_unix: remove unix_iter_stateEric Dumazet2012-06-091-5/+1
* | ipv6: Do not mark ipv6_inetpeer_ops as __net_initdata.David S. Miller2012-06-091-1/+1
* | inet: Consolidate inetpeer_invalidate_tree() interfaces.David S. Miller2012-06-094-14/+5
* | inet: Initialize per-netns inetpeer roots in net/ipv{4,6}/route.cDavid S. Miller2012-06-094-49/+83
* | [PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary.David S. Miller2012-06-096-40/+22
* | tcp: Get rid of inetpeer special cases.David S. Miller2012-06-095-32/+19
* | inet: Create and use rt{,6}_get_peer_create().David S. Miller2012-06-0810-58/+49
* | af_unix: speedup /proc/net/unixEric Dumazet2012-06-083-49/+70
* | inetpeer: add parameter net for inet_getpeer_v4,v6Gao feng2012-06-087-14/+29
* | inetpeer: add namespace support for inetpeerGao feng2012-06-085-24/+59
* | be2net: Fix driver load for VFs for LancerPadmanabh Ratnakar2012-06-073-61/+66
* | macvtap: use prepare_to_wait/finish_wait to ensure mbHong zhi guo2012-06-071-5/+3
OpenPOWER on IntegriCloud