summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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. Miller3-12/+4
2012-06-09inet: Initialize per-netns inetpeer roots in net/ipv{4,6}/route.cDavid S. Miller3-49/+74
2012-06-09[PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary.David S. Miller3-30/+20
2012-06-09tcp: Get rid of inetpeer special cases.David S. Miller3-30/+17
2012-06-08inet: Create and use rt{,6}_get_peer_create().David S. Miller8-52/+24
2012-06-08net/core: fix kernel-doc warningsRandy Dunlap2-3/+3
2012-06-08l2tp: fix a race in l2tp_ip_sendmsg()Eric Dumazet1-3/+6
2012-06-08af_unix: speedup /proc/net/unixEric Dumazet2-48/+68
2012-06-08inetpeer: add parameter net for inet_getpeer_v4,v6Gao feng6-10/+21
2012-06-08inetpeer: add namespace support for inetpeerGao feng2-19/+51
2012-06-08mac80211: add back channel change flagStanislaw Gruszka1-1/+1
2012-06-08NFC: Fix possible NULL ptr deref when getting the name of a socketSasha Levin1-0/+3
2012-06-07snmp: fix OutOctets counter to include forwarded datagramsVincent Bernat4-0/+5
2012-06-07Added kernel support in EEE Ethtool commandsYuval Mintz1-0/+40
2012-06-07net: Update kernel-doc for __alloc_skb()Ben Hutchings1-2/+2
2012-06-07appletalk: Remove out of date message in printkDave Jones1-3/+1
2012-06-07ipv6: fib: Restore NTF_ROUTER exception in fib6_age()Thomas Graf1-1/+1
2012-06-07net: neighbour: fix neigh_dump_info()Eric Dumazet1-8/+6
2012-06-07net: l2tp_eth: fix kernel panic on rmmod l2tp_ethEric Dumazet1-0/+2
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 Fedoryshchenko1-9/+53
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 feng10-26/+46
2012-06-07netfilter: nf_conntrack: remove now unused sysctl for nf_conntrack_l[3|4]protoPablo Neira Ayuso8-79/+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 feng2-2/+25
2012-06-07netfilter: nf_ct_icmp: add namespace supportGao feng2-3/+37
2012-06-07netfilter: nf_ct_udp: add namespace supportGao feng2-11/+91
2012-06-07netfilter: nf_ct_tcp: add namespace supportGao feng2-29/+135
2012-06-07netfilter: nf_ct_generic: add namespace supportGao feng3-31/+70
2012-06-07netfilter: nf_conntrack: prepare namespace support for l3 protocol trackersGao feng3-28/+76
2012-06-07netfilter: nf_conntrack: prepare namespace support for l4 protocol trackersGao feng7-77/+138
2012-06-07netfilter: Add fail-open supportKrishna Kumar1-3/+37
2012-06-07netfilter: xt_connlimit: remove revision 0Cong Wang1-24/+11
2012-06-07netfilter: nf_ct_h323: fix bug in rtcp nattingPablo Neira Ayuso1-3/+2
2012-06-07netfilter: xt_HMARK: fix endianness and provide consistent hashingHans Schillstrom1-31/+41
2012-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-95/+142
2012-06-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller11-22/+97
2012-06-06mac80211: unify SW/offload remain-on-channelJohannes Berg9-751/+532
2012-06-06mac80211: do remain-on-channel while idleJohannes Berg4-24/+10
2012-06-06mac80211: add stations after AP start on reconfigArik Nemtsov1-7/+30