aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-15netfilter: fix compilation when conntrack is disabled but tproxy is enabledKOVACS Krisztian2-10/+10
2010-11-25IPVS: Backup, adding version 0 sending capabilitiesHans Schillstrom1-0/+2
2010-11-25IPVS: Backup, Change sending to Version 1 formatHans Schillstrom1-1/+1
2010-11-25IPVS: Backup, Adding Version 1 receive capabilityHans Schillstrom1-0/+1
2010-11-25IPVS: Backup, Prepare for transferring firewall marks (fwmark) to the backup daemon.Hans Schillstrom1-2/+4
2010-11-16IPVS: Make the cp argument to ip_vs_sync_conn() staticSimon Horman1-1/+1
2010-11-16IPVS: Add persistence engine to connection entrySimon Horman1-2/+14
2010-11-15netfilter: add __rcu annotationsEric Dumazet2-3/+3
2010-11-15netfilter: nf_nat: define nat_pptp_info as neededChangli Gao1-0/+2
2010-11-15netfilter: ct_extend: define NF_CT_EXT_* as neededChangli Gao3-0/+18
2010-11-15netfilter: nf_nat: don't use atomic bit operationChangli Gao1-2/+2
2010-11-15netfilter: nf_conntrack: define ct_*_info as neededChangli Gao1-0/+13
2010-11-12netfilter: nf_conntrack: don't always initialize ct->protoChangli Gao1-3/+3
2010-11-11ipv4: Make rt->fl.iif tests lest obscure.David S. Miller2-0/+20
2010-11-11net: get rid of rtable->idevEric Dumazet1-2/+0
2010-11-11neigh: reorder struct neighbourEric Dumazet1-5/+5
2010-11-08decnet: RCU conversion and get rid of dev_base_lockEric Dumazet2-13/+22
2010-11-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-11-07net dst: need linux/cache.h for ____cacheline_aligned_in_smp.Paul Mundt1-0/+1
2010-11-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-7/+9
2010-11-04netlink: Make nlmsg_find_attr take a const nlmsghdr*.Nelson Elhage1-1/+1
2010-11-03caif: SPI-driver bugfix - incorrect padding.Sjur Brændeland1-0/+2
2010-11-03caif: Bugfix for socket priority, bindtodev and dbg channel.André Carvalho de Matos2-6/+6
2010-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+2
2010-10-28fib: Fix fib zone and its hash leak on namespace stopPavel Emelyanov1-0/+2
2010-10-289p: Add datasync to client side TFSYNC/RFSYNC for dotlVenkateswararao Jujjuri (JV)1-1/+1
2010-10-289p: Implement TREADLINK operation for 9p2000.LM. Mohan Kumar2-0/+3
2010-10-289p: Implement TGETLOCKM. Mohan Kumar2-0/+19
2010-10-289p: Implement TLOCKM. Mohan Kumar2-0/+29
2010-10-28[9p] Introduce client side TFSYNC/RFSYNC for dotl.Venkateswararao Jujjuri (JV)2-0/+3
2010-10-28net/9p: This patch implements TLERROR/RLERROR on the 9P client.Arun R Bharadwaj1-0/+4
2010-10-27caif-u5500: Adding shared memory includeAmarnath Revanna1-0/+26
2010-10-27inetpeer: __rcu annotationsEric Dumazet1-1/+1
2010-10-27fib_rules: __rcu annotates ctargetEric Dumazet1-1/+1
2010-10-27tunnels: add __rcu annotationsEric Dumazet2-3/+3
2010-10-27net: add __rcu annotations to protocolEric Dumazet1-2/+2
2010-10-27ipv4: add __rcu annotations to routes.cEric Dumazet1-1/+1
2010-10-25ipv4: add __rcu annotations to ip_ra_chainEric Dumazet1-2/+2
2010-10-25net: add __rcu annotation to sk_filterEric Dumazet1-1/+1
2010-10-25net_ns: add __rcu annotationsEric Dumazet1-1/+1
2010-10-25tunnels: add _rcu annotationsEric Dumazet3-3/+3
2010-10-25net/802: add __rcu annotationsEric Dumazet1-1/+1
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds55-388/+1146
2010-10-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-2/+3
2010-10-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller8-38/+414
2010-10-21Merge branch 'for-patrick' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/lvs-test-2.6Patrick McHardy1-12/+41
2010-10-21tproxy: added IPv6 socket lookup function to nf_tproxy_coreBalazs Scheidler1-1/+71
2010-10-21tproxy: added udp6_lib_lookup functionBalazs Scheidler1-0/+3
2010-10-21tproxy: split off ipv6 defragmentation to a separate moduleBalazs Scheidler1-0/+6
2010-10-219p: client code cleanupstephen hemminger1-3/+0