summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2010-10-21bridge: Forward reserved group addresses if !STPBenjamin Poirier
2010-10-21net/neighbour: cancel_delayed_work() + flush_scheduled_work() -> cancel_delay...Tejun Heo
2010-10-21Revert d88dca79d3852a3623f606f781e013d61486828aNeil Horman
2010-10-21Revert c6537d6742985da1fbf12ae26cde6a096fd35b5cNeil Horman
2010-10-21tproxy: fix hash locking issue when using port redirection in __inet_inherit_...Balazs Scheidler
2010-10-21net/core: Allow tagged VLAN packets to flow through VETH devices.Ben Greear
2010-10-21tproxy: add lookup type checks for UDP in nf_tproxy_get_sock_v4()Balazs Scheidler
2010-10-21tproxy: kick out TIME_WAIT sockets in case a new connection comes in with the...Balazs Scheidler
2010-10-21net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao
2010-10-21xfrm: make xfrm_bundle_ok localstephen hemminger
2010-10-21rtnetlink: remove rtnl_kill_linksstephen hemminger
2010-10-21xfrm6: make xfrm6_tunnel_free_spi localstephen hemminger
2010-10-21bridge: make br_parse_ip_options staticstephen hemminger
2010-10-21socket: localize functionsstephen hemminger
2010-10-21fib: introduce fib_alias_accessed() helperEric Dumazet
2010-10-21net/sched: fix missing spinlock initEric Dumazet
2010-10-21ipvs: provide address family for debuggingJulian Anastasov
2010-10-21ipvs: inherit forwarding method in backupJulian Anastasov
2010-10-21ipvs: changes for local clientJulian Anastasov
2010-10-21ipvs: changes for local real serverJulian Anastasov
2010-10-21ipvs: move ip_route_me_harder for ICMPJulian Anastasov
2010-10-21ipvs: create ip_vs_defrag_userJulian Anastasov
2010-10-21ipvs: fix CHECKSUM_PARTIAL for TUN methodJulian Anastasov
2010-10-21ipvs: stop ICMP from FORWARD to localJulian Anastasov
2010-10-21ipvs: do not schedule conns from real serversJulian Anastasov
2010-10-21ipvs: switch to notrack modeJulian Anastasov
2010-10-21ipvs: optimize checksums for appsJulian Anastasov
2010-10-21ipvs: fix CHECKSUM_PARTIAL for TCP, UDPJulian Anastasov
2010-10-21bridge: Add support for TX vlan offload.Jesse Gross
2010-10-21ethtool: Add support for vlan accleration.Jesse Gross
2010-10-21vlan: Centralize handling of hardware acceleration.Jesse Gross
2010-10-21vlan: Avoid hash table lookup to find group.Jesse Gross
2010-10-21vlan: Enable software emulation for vlan accleration.Jesse Gross
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross
2010-10-21ebtables: Allow filtering of hardware accelerated vlan frames.Jesse Gross
2010-10-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...David S. Miller
2010-10-21secmark: fix config problem when CONFIG_NF_CONNTRACK_SECMARK is not setEric Paris
2010-10-21secmark: export secctx, drop secmark in procfsEric Paris
2010-10-21conntrack: export lsm context rather than internal secid via netlinkEric Paris
2010-10-21secmark: make secmark object handling genericEric Paris
2010-10-21secmark: do not return early if there was no errorEric Paris
2010-10-20ceph: fix num_pages_free accounting in pagelistSage Weil
2010-10-20ceph: don't crash when passed bad mount optionsYehuda Sadeh
2010-10-20ceph: add pagelist_reserve, pagelist_truncate, pagelist_set_cursorGreg Farnum
2010-10-20rbd: introduce rados block device (rbd), based on libcephYehuda Sadeh
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh
2010-10-20net: avoid RCU for NOCACHE dstEric Dumazet
2010-10-20net: allocate tx queues in register_netdeviceTom Herbert
2010-10-20net: cleanups in RX queue allocationTom Herbert
2010-10-20net: fail alloc_netdev_mq if queue count < 1Tom Herbert