summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2012-06-17Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller5-38/+43
2012-06-17include/net/dst.h: neaten asterisk placementEldad Zack1-9/+8
2012-06-16netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso1-0/+11
2012-06-16netfilter: ctnetlink: add CTA_HELP_INFO attributePablo Neira Ayuso1-0/+1
2012-06-16netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangledPablo Neira Ayuso1-0/+4
2012-06-16netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso2-33/+17
2012-06-16netfilter: nf_ct_ext: support variable length extensionsPablo Neira Ayuso1-3/+6
2012-06-16netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy namesPablo Neira Ayuso2-2/+4
2012-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0
2012-06-16Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ip...David S. Miller1-2/+0
2012-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2012-06-16ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_routeThomas Graf1-0/+2
2012-06-16ipv6: Handle PMTU in ICMP error handlers.David S. Miller1-4/+4
2012-06-15ipv4: Handle PMTU in all ICMP error handlers.David S. Miller1-1/+4
2012-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+6
2012-06-13bonding: Fix corrupted queue_mappingEric Dumazet1-2/+5
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-27/+82
2012-06-12inet: Fix BUG triggered by __rt{,6}_get_peer().David S. Miller2-2/+2
2012-06-11Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller4-18/+74
2012-06-11Merge tag 'nfc-next-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...John W. Linville3-5/+15
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-11net: Reorder initialization in ip_route_output to fix gcc warningRoland Dreier1-1/+1
2012-06-10inet: Pass inetpeer root into inet_getpeer*() interfaces.David S. Miller1-5/+5
2012-06-10inet: Consolidate inetpeer_invalidate_tree() interfaces.David S. Miller1-2/+1
2012-06-10inet: Initialize per-netns inetpeer roots in net/ipv{4,6}/route.cDavid S. Miller1-0/+9
2012-06-10[PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary.David S. Miller2-9/+0
2012-06-09tcp: Get rid of inetpeer special cases.David S. Miller2-2/+2
2012-06-09inet: Create and use rt{,6}_get_peer_create().David S. Miller2-6/+25
2012-06-09af_unix: speedup /proc/net/unixEric Dumazet1-1/+2
2012-06-09inetpeer: add parameter net for inet_getpeer_v4,v6Gao feng1-4/+8
2012-06-09inetpeer: add namespace support for inetpeerGao feng3-5/+8
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-06mac80211: unify SW/offload remain-on-channelJohannes Berg1-3/+0
2012-06-06mac80211: do remain-on-channel while idleJohannes Berg1-1/+7
2012-06-06cfg80211: clarify set_channel APIsJohannes Berg1-9/+15
2012-06-06inetpeer: fix a race in inetpeer_gc_worker()Eric Dumazet1-1/+4
2012-06-05cfg80211: provide channel to join_mesh functionJohannes Berg1-0/+4
2012-06-05cfg80211: provide channel to start_ap functionJohannes Berg1-1/+11