summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-10-21Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-6/+12
2010-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds5-84/+59
2010-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds22-0/+3238
2010-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller7-47/+39
2010-10-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller20-215/+573
2010-10-21Merge branch 'for-patrick' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Patrick McHardy1-12/+41
2010-10-21tproxy: added IPv6 support to the TPROXY targetBalazs Scheidler1-3/+10
2010-10-21tproxy: added IPv6 socket lookup function to nf_tproxy_coreBalazs Scheidler1-1/+71
2010-10-21tproxy: added tproxy sockopt interface in the IPV6 layerBalazs Scheidler2-1/+7
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-21BKL: introduce CONFIG_BKL.Arnd Bergmann1-2/+5
2010-10-21EDAC: Export edac sysfs class to users.Borislav Petkov1-0/+4
2010-10-219p: client code cleanupstephen hemminger1-3/+0
2010-10-21napi: unexport napi_reuse_skbstephen hemminger1-2/+0
2010-10-21Revert c6537d6742985da1fbf12ae26cde6a096fd35b5cNeil Horman1-12/+18
2010-10-21tproxy: fix hash locking issue when using port redirection in __inet_inherit_...Balazs Scheidler1-1/+1
2010-10-21tproxy: add lookup type checks for UDP in nf_tproxy_get_sock_v4()Balazs Scheidler1-2/+114
2010-10-21tproxy: kick out TIME_WAIT sockets in case a new connection comes in with the...Balazs Scheidler1-1/+5
2010-10-21net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao1-2/+1
2010-10-21xfrm: make xfrm_bundle_ok localstephen hemminger1-2/+0
2010-10-21rtnetlink: remove rtnl_kill_linksstephen hemminger1-1/+0
2010-10-21xfrm6: make xfrm6_tunnel_free_spi localstephen hemminger1-1/+0
2010-10-21socket: localize functionsstephen hemminger1-1/+0
2010-10-21ipvs: provide address family for debuggingJulian Anastasov1-8/+9
2010-10-21ipvs: changes for local real serverJulian Anastasov1-0/+1
2010-10-21ipvs: do not schedule conns from real serversJulian Anastasov1-1/+2
2010-10-21ipvs: switch to notrack modeJulian Anastasov1-1/+19
2010-10-21ipvs: optimize checksums for appsJulian Anastasov1-2/+10
2010-10-21block: Turn bvec_k{un,}map_irq() into static inline functionsGeert Uytterhoeven1-2/+9
2010-10-21ethtool: Add support for vlan accleration.Jesse Gross1-0/+2
2010-10-21vlan: Centralize handling of hardware acceleration.Jesse Gross2-3/+4
2010-10-21vlan: Avoid hash table lookup to find group.Jesse Gross2-1/+23
2010-10-21vlan: Enable software emulation for vlan accleration.Jesse Gross1-3/+11
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross1-2/+2
2010-10-21x86-32, percpu: Correct the ordering of the percpu readmostly sectionH. Peter Anvin1-1/+1
2010-10-21kernel: roundup should only reference arguments onceEric Paris1-1/+6
2010-10-21kernel: rounddown helper functionEric Paris1-0/+6
2010-10-21conntrack: export lsm context rather than internal secid via netlinkEric Paris1-1/+9
2010-10-21security: secid_to_secctx returns len when data is NULLEric Paris1-1/+5
2010-10-21secmark: make secmark object handling genericEric Paris3-72/+28
2010-10-21security: remove unused parameter from security_task_setscheduler()KOSAKI Motohiro1-9/+5
2010-10-21ceph: add CEPH_MDS_OP_SETDIRLAYOUT and associated ioctl.Greg Farnum1-0/+1
2010-10-21ceph: add pagelist_reserve, pagelist_truncate, pagelist_set_cursorGreg Farnum1-0/+21
2010-10-21ceph: factor out libceph from Ceph file systemYehuda Sadeh22-0/+3216
2010-10-21percpu: Introduce a read-mostly percpu APIShaohua Li2-0/+13
2010-10-20net: avoid RCU for NOCACHE dstEric Dumazet1-13/+1
2010-10-20net: allocate tx queues in register_netdeviceTom Herbert1-2/+2
2010-10-20Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller9-25/+113
2010-10-20Merge branch 'linus' into irq/coreIngo Molnar15-51/+67