summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2010-10-27tunnels: add __rcu annotationsEric Dumazet-3/+3
2010-10-27net: add __rcu annotations to protocolEric Dumazet-2/+2
2010-10-27ipv4: add __rcu annotations to routes.cEric Dumazet-1/+1
2010-10-25ipv4: add __rcu annotations to ip_ra_chainEric Dumazet-2/+2
2010-10-25net: add __rcu annotation to sk_filterEric Dumazet-1/+1
2010-10-25net_ns: add __rcu annotationsEric Dumazet-1/+1
2010-10-25tunnels: add _rcu annotationsEric Dumazet-3/+3
2010-10-25net/802: add __rcu annotationsEric Dumazet-1/+1
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds-388/+1146
2010-10-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+3
2010-10-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller-38/+414
2010-10-21Merge branch 'for-patrick' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Patrick McHardy-12/+41
2010-10-21tproxy: added IPv6 socket lookup function to nf_tproxy_coreBalazs Scheidler-1/+71
2010-10-21tproxy: added udp6_lib_lookup functionBalazs Scheidler-0/+3
2010-10-21tproxy: split off ipv6 defragmentation to a separate moduleBalazs Scheidler-0/+6
2010-10-219p: client code cleanupstephen hemminger-3/+0
2010-10-21tproxy: fix hash locking issue when using port redirection in __inet_inherit_...Balazs Scheidler-1/+1
2010-10-21tproxy: add lookup type checks for UDP in nf_tproxy_get_sock_v4()Balazs Scheidler-2/+114
2010-10-21tproxy: kick out TIME_WAIT sockets in case a new connection comes in with the...Balazs Scheidler-1/+5
2010-10-21net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao-2/+1
2010-10-21xfrm: make xfrm_bundle_ok localstephen hemminger-2/+0
2010-10-21rtnetlink: remove rtnl_kill_linksstephen hemminger-1/+0
2010-10-21xfrm6: make xfrm6_tunnel_free_spi localstephen hemminger-1/+0
2010-10-21ipvs: provide address family for debuggingJulian Anastasov-8/+9
2010-10-21ipvs: changes for local real serverJulian Anastasov-0/+1
2010-10-21ipvs: do not schedule conns from real serversJulian Anastasov-1/+2
2010-10-21ipvs: switch to notrack modeJulian Anastasov-1/+19
2010-10-21ipvs: optimize checksums for appsJulian Anastasov-2/+10
2010-10-20Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller-9/+40
2010-10-19ipvs: IPv6 tunnel modeHans Schillstrom-0/+4
2010-10-19netfilter: ctnetlink: add expectation deletion eventsPablo Neira Ayuso-1/+7
2010-10-17netns: reorder fields in struct netEric Dumazet-11/+15
2010-10-16tipc: cleanup function namespacestephen hemminger-73/+0
2010-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-3/+37
2010-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville-6/+3
2010-10-13Phonet: 'connect' socket implementation for Pipe controllerKumar Sanghvi-2/+2
2010-10-13mac80211: add probe request filter flagJohannes Berg-3/+6
2010-10-13cfg80211: notify drivers about frame registrationsJohannes Berg-0/+7
2010-10-12Bluetooth: clean up rfcomm codeAndrei Emeltchenko-5/+0
2010-10-12Bluetooth: Add common code for stream-oriented recvmsg()Mat Martineau-0/+2
2010-10-12Bluetooth: HCI devices are either BR/EDR or AMP radiosDavid Vrabel-1/+1
2010-10-11neigh: reorder struct neighbour fieldsEric Dumazet-4/+4
2010-10-11net dst: use a percpu_counter to track entriesEric Dumazet-1/+36
2010-10-11neigh: Protect neigh->ha[] with a seqlockEric Dumazet-1/+15
2010-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+18
2010-10-11cfg80211: add channel utilization stats to the survey commandFelix Fietkau-0/+20
2010-10-11wireless: Set some stats used by /proc/net/wireless (wext)Ben Greear-0/+4
2010-10-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-9/+64
2010-10-07cfg80211: constify WDS addressJohannes Berg-1/+1
2010-10-07Merge commit 'v2.6.36-rc7' into core/rcuIngo Molnar-6/+35