- 55a3d4e ipvs: properly zero stats and rates by Julian Anastasov · 14 years ago
- 2a0751a ipvs: reorganize tot_stats by Julian Anastasov · 14 years ago
- 2553d06 ipvs: move struct netns_ipvs by Julian Anastasov · 14 years ago
- 06b6939 IPVS: Fix variable assignment in ip_vs_notrack by Jesper Juhl · 14 years ago
- b552f7e ipvs: unify the formula to estimate the overhead of processing connections by Changli Gao · 14 years ago
- 731109e ipvs: use hlist instead of list by Changli Gao · 14 years ago
- 41ac51e ipvs: make "no destination available" message more informative by Patrick Schaaf · 14 years ago
- a136764 IPVS: Remove unused variables by Simon Horman · 14 years ago
- f703651 netfilter: NFNL_SUBSYS_IPSET id and NLA_PUT_NET* macros by Jozsef Kadlecsik · 14 years ago
- 2f1e317 netfilter: nf_conntrack: fix linker error with NF_CONNTRACK_TIMESTAMP=n by Patrick McHardy · 14 years ago
- a07aa00 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
- 14f0290 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
- a992ca2 netfilter: nf_conntrack_tstamp: add flow-based timestamp extension by Pablo Neira Ayuso · 14 years ago
- 80f8f10 net: filter: dont block softirqs in sk_run_filter() by Eric Dumazet · 14 years ago
- 93557f5 netfilter: nf_conntrack: nf_conntrack snmp helper by Jiri Olsa · 14 years ago
- a7c2f4d netfilter: nf_nat: fix conversion to non-atomic bit ops by Changli Gao · 14 years ago
- d018b6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
- d862a66 netfilter: nf_conntrack: use is_vmalloc_addr() by Patrick McHardy · 14 years ago
- 0134e89 Merge branch 'master' of git://1984.lsi.us.es/net-next-2.6 by Patrick McHardy · 14 years ago
- c7066f7 netfilter: fix Kconfig dependencies by Patrick McHardy · 14 years ago
- 78d0736 ipsec: update MAX_AH_AUTH_LEN to support sha512 by Nicolas Dichtel · 14 years ago
- 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
- 838b4dc6 sched: remove unused backlog in RED stats by stephen hemminger · 14 years ago
- 464143c Merge branch 'master' of git://1984.lsi.us.es/net-2.6 by David S. Miller · 14 years ago
- bb12310 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
- 763f8d0 IPVS: netns, svc counters moved in ip_vs_ctl,c by Hans Schillstrom · 14 years ago
- f2431e6 IPVS: netns, trash handling by Hans Schillstrom · 14 years ago
- f6340ee IPVS: netns, defense work timer. by Hans Schillstrom · 14 years ago
- a0840e2 IPVS: netns, ip_vs_ctl local vars moved to ipvs struct. by Hans Schillstrom · 14 years ago
- 6e67e58 IPVS: netns, connection hash got net as param. by Hans Schillstrom · 14 years ago
- b17fc99 IPVS: netns, ip_vs_stats and its procfs by Hans Schillstrom · 14 years ago
- f131315 IPVS: netns awareness to ip_vs_sync by Hans Schillstrom · 14 years ago
- 29c2026 IPVS: netns awareness to ip_vs_est by Hans Schillstrom · 14 years ago
- ab8a5e8 IPVS: netns awareness to ip_vs_app by Hans Schillstrom · 14 years ago
- 9bbac6a IPVS: netns, common protocol changes and use of appcnt. by Hans Schillstrom · 14 years ago
- 9330419 IPVS: netns, use ip_vs_proto_data as param. by Hans Schillstrom · 14 years ago
- 9d93487 IPVS: netns preparation for proto_sctp by Hans Schillstrom · 14 years ago
- 78b16bd IPVS: netns preparation for proto_udp by Hans Schillstrom · 14 years ago
- 4a85b96 IPVS: netns preparation for proto_tcp by Hans Schillstrom · 14 years ago
- 252c641 IPVS: netns, prepare protocol by Hans Schillstrom · 14 years ago
- b6e885d IPVS: netns awarness to lblc sheduler by Hans Schillstrom · 14 years ago
- d0a1eef IPVS: netns awarness to lblcr sheduler by Hans Schillstrom · 14 years ago
- fc72325 IPVS: netns to services part 1 by Hans Schillstrom · 14 years ago
- 61b1ab4 IPVS: netns, add basic init per netns. by Hans Schillstrom · 14 years ago
- fee1cc0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into HEAD by Simon Horman · 14 years ago
- 2fc72c7 netfilter: fix compilation when conntrack is disabled but tproxy is enabled by KOVACS Krisztian · 14 years ago
- e44f39118 ah: update maximum truncated ICV length by Nicolas Dichtel · 14 years ago
- 545ecdc arp: allow to invalidate specific ARP entries by Maxim Levitsky · 14 years ago
- bfe0d02 net_sched: factorize qdisc stats handling by Eric Dumazet · 14 years ago
- facb4ed phonet: some signedness bugs by Dan Carpenter · 14 years ago
- f52555a cfg80211: add mesh join/leave callback docs by Johannes Berg · 14 years ago
- 610dbc9 mac80211: add missing docs for off-chan TX flag by Johannes Berg · 14 years ago
- 4976b4e mac80211: add remain-on-channel docs by Johannes Berg · 14 years ago
- 928c41e net/sock.h: make some fields private to fix kernel-doc warning(s) by Randy Dunlap · 14 years ago
- f682cef netfilter: fix the race when initializing nf_ct_expect_hash_rnd by Changli Gao · 14 years ago
- 21f8358 mac80211: implement hardware offload for remain-on-channel by Johannes Berg · 14 years ago
- c96e963 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
- 782a9e3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6 by John W. Linville · 14 years ago
- ea45fe4 dcbnl: adding DCBX feature flags get-set by Shmulik Ravid · 14 years ago
- 6241b62 dcbnl: adding DCBX engine capability by Shmulik Ravid · 14 years ago
- 96b9968 net_dcb: add application notifiers by John Fastabend · 14 years ago
- 9ab933a dcbnl: add appliction tlv handlers by John Fastabend · 14 years ago
- 3e29027 dcbnl: add support for ieee8021Qaz attributes by John Fastabend · 14 years ago
- 17f7f4d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
- e058464 Revert "ipv4: Allow configuring subnets as local addresses" by David S. Miller · 14 years ago
- b7e03ec Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
- 23bb576 Bluetooth: Fix __hci_request synchronization for hci_open_dev by Johan Hedberg · 14 years ago
- c71e97b Bluetooth: Add management events for controller addition & removal by Johan Hedberg · 14 years ago
- f7b64e69 Bluetooth: Add read_info management command by Johan Hedberg · 14 years ago
- faba42e Bluetooth: Add read_index_list management command by Johan Hedberg · 14 years ago
- 02d9812 Bluetooth: Add read_version management command by Johan Hedberg · 14 years ago
- 67408c8 mac80211: selective throughput LED trigger active by Johannes Berg · 14 years ago
- e1e5406 mac80211: add throughput based LED blink trigger by Johannes Berg · 14 years ago
- 63e35cd Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
- 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
- da521b2 net: Fix range checks in tcf_valid_offset(). by David S. Miller · 14 years ago
- 356f039 TCP: increase default initial receive window. by Nandita Dukkipati · 14 years ago
- d9993be Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
- 7f531e0 cfg80211: Separate available antennas for RX and TX by Bruno Randolf · 14 years ago
- c80d545 mac80211: Let userspace enable and configure vendor specific path selection. by Javier Cardona · 14 years ago
- 24bdd9f mac80211: Rename mesh_params to mesh_config to prepare for mesh_setup by Javier Cardona · 14 years ago
- 9f33328 mac80211/rt2x00: add ieee80211_tx_status_ni() by Johannes Stezenbach · 14 years ago
- 6561a3b ipv4: Flush per-ns routing cache more sanely. by David S. Miller · 14 years ago
- 1730210 net_sched: always clone skbs by Changli Gao · 14 years ago
- 4c306a9 net: kill unused macros by Shan Wei · 14 years ago
- ad0081e ipv6: Fragment locally generated tunnel-mode IPSec6 packets as needed. by David Stevens · 14 years ago
- b4aa9e0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
- fcbdf09 net: fix nulls list corruptions in sk_prot_alloc by Octavian Purdila · 14 years ago
- bc2ce89 tcp: relax tcp_paws_check() by Eric Dumazet · 14 years ago
- 4434572 net: factorize sync-rcu call in unregister_netdevice_many by Octavian Purdila · 14 years ago
- 2784fe9 cfg80211: fix null pointer dereference with a custom regulatory request by Luis R. Rodriguez · 14 years ago
- cf4e594 nl80211: Add notification for dropped Deauth/Disassoc by Jouni Malinen · 14 years ago
- ae90bde netfilter: fix compilation when conntrack is disabled but tproxy is enabled by KOVACS Krisztian · 14 years ago
- bd2ce6e mac80211: Add timeout to BA session start API by Sujith Manoharan · 14 years ago
- a293911 nl80211: advertise maximum remain-on-channel duration by Johannes Berg · 14 years ago
- d33e455 net: Abstract default MTU metric calculation behind an accessor. by David S. Miller · 14 years ago
- 6389aa7 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
- 0dbaee3 net: Abstract default ADVMSS behind an accessor. by David S. Miller · 14 years ago
- dbd2fd6 cfg80211/nl80211: separate unicast/multicast default TX keys by Johannes Berg · 14 years ago
- a7ffac9 cfg80211: Add antenna availability information by Bruno Randolf · 14 years ago