aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-21net/core: Allow tagged VLAN packets to flow through VETH devices.Ben Greear1-1/+1
2010-10-21tproxy: add lookup type checks for UDP in nf_tproxy_get_sock_v4()Balazs Scheidler1-48/+0
2010-10-21tproxy: kick out TIME_WAIT sockets in case a new connection comes in with the same tupleBalazs Scheidler3-14/+85
2010-10-21net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao12-39/+27
2010-10-21xfrm: make xfrm_bundle_ok localstephen hemminger1-3/+4
2010-10-21rtnetlink: remove rtnl_kill_linksstephen hemminger1-8/+0
2010-10-21xfrm6: make xfrm6_tunnel_free_spi localstephen hemminger1-3/+1
2010-10-21bridge: make br_parse_ip_options staticstephen hemminger1-1/+1
2010-10-21socket: localize functionsstephen hemminger1-3/+4
2010-10-21fib: introduce fib_alias_accessed() helperEric Dumazet4-3/+12
2010-10-21net/sched: fix missing spinlock initEric Dumazet1-0/+2
2010-10-21ipvs: provide address family for debuggingJulian Anastasov7-84/+45
2010-10-21ipvs: inherit forwarding method in backupJulian Anastasov1-0/+2
2010-10-21ipvs: changes for local clientJulian Anastasov2-92/+225
2010-10-21ipvs: changes for local real serverJulian Anastasov3-117/+457
2010-10-21ipvs: move ip_route_me_harder for ICMPJulian Anastasov1-20/+21
2010-10-21ipvs: create ip_vs_defrag_userJulian Anastasov1-21/+34
2010-10-21ipvs: fix CHECKSUM_PARTIAL for TUN methodJulian Anastasov1-1/+1
2010-10-21ipvs: stop ICMP from FORWARD to localJulian Anastasov1-2/+19
2010-10-21ipvs: do not schedule conns from real serversJulian Anastasov4-8/+45
2010-10-21ipvs: switch to notrack modeJulian Anastasov2-37/+9
2010-10-21ipvs: optimize checksums for appsJulian Anastasov3-13/+56
2010-10-21ipvs: fix CHECKSUM_PARTIAL for TCP, UDPJulian Anastasov2-10/+10
2010-10-21bridge: Add support for TX vlan offload.Jesse Gross1-1/+7
2010-10-21ethtool: Add support for vlan accleration.Jesse Gross1-1/+2
2010-10-21vlan: Centralize handling of hardware acceleration.Jesse Gross3-137/+44
2010-10-21vlan: Avoid hash table lookup to find group.Jesse Gross3-72/+11
2010-10-21vlan: Enable software emulation for vlan accleration.Jesse Gross1-3/+33
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross2-10/+10
2010-10-21ebtables: Allow filtering of hardware accelerated vlan frames.Jesse Gross3-18/+34
2010-10-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6David S. Miller1-2/+2
2010-10-21secmark: fix config problem when CONFIG_NF_CONNTRACK_SECMARK is not setEric Paris1-0/+2
2010-10-21secmark: export secctx, drop secmark in procfsEric Paris2-6/+50
2010-10-21conntrack: export lsm context rather than internal secid via netlinkEric Paris1-10/+36
2010-10-21secmark: make secmark object handling genericEric Paris2-19/+17
2010-10-21secmark: do not return early if there was no errorEric Paris1-1/+1
2010-10-20ceph: fix num_pages_free accounting in pagelistSage Weil1-0/+1
2010-10-20ceph: don't crash when passed bad mount optionsYehuda Sadeh1-1/+1
2010-10-20ceph: add pagelist_reserve, pagelist_truncate, pagelist_set_cursorGreg Farnum1-9/+97
2010-10-20rbd: introduce rados block device (rbd), based on libcephYehuda Sadeh1-2/+1
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh29-0/+10662
2010-10-20net: avoid RCU for NOCACHE dstEric Dumazet2-6/+32
2010-10-20net: allocate tx queues in register_netdeviceTom Herbert1-53/+53
2010-10-20net: cleanups in RX queue allocationTom Herbert1-19/+17
2010-10-20net: fail alloc_netdev_mq if queue count < 1Tom Herbert1-0/+6
2010-10-20Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller26-241/+388
2010-10-20phonet: remove the unused variable pnChangli Gao1-1/+0
2010-10-20netpoll: Revert napi_poll fix for bonding driverNeil Horman1-8/+1
2010-10-19Fixed race condition at ip_vs.ko module init.Eduardo Blanco1-9/+10
2010-10-19sunrpc: Turn list_for_each-s into the ..._entry-sPavel Emelyanov3-17/+7