summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ctnetlink: fix regression in expectation handlingPablo Neira Ayuso2009-04-061-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-04-031-15/+0Star
|\
| * tcp: add helper for counter tweaking due mid-wq changeIlpo Järvinen2009-04-031-15/+0Star
* | netlabel: Cleanup the Smack/NetLabel code to fix incoming TCP connectionsPaul Moore2009-03-281-0/+5
* | netlabel: Label incoming TCP connections correctly in SELinuxPaul Moore2009-03-282-1/+28
|/
* mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifiJohannes Berg2009-03-281-12/+2Star
* mac80211: fix aggregation to not require queue stopJohannes Berg2009-03-281-0/+4
* mac80211: unify and fix TX aggregation startJohannes Berg2009-03-281-2/+2
* mac80211: rate control status only for controlled packetsJohannes Berg2009-03-281-0/+4
* mac80211: add beacon filtering supportKalle Valo2009-03-281-0/+33
* cfg80211: add feature to hold bssKalle Valo2009-03-281-0/+18
* mac80211: disable power save when scanningKalle Valo2009-03-281-5/+7
* nl80211: Remove NL80211_CMD_SET_MGMT_EXTRA_IEJouni Malinen2009-03-281-26/+0Star
* nl80211: Add MLME primitives to support external SMEJouni Malinen2009-03-281-0/+113
* nl80211: Event notifications for MLME eventsJouni Malinen2009-03-281-0/+46
* mac80211: kill IEEE80211_CONF_SHORT_SLOT_TIMEJohannes Berg2009-03-281-6/+0Star
* wireless: radiotap updatesJohannes Berg2009-03-281-1/+3
* mac80211: reduce max number of queuesJohannes Berg2009-03-281-1/+1
* mac80211: remove ieee80211_num_regular_queuesJohannes Berg2009-03-281-5/+0Star
* net: Add support for the OpenCores 10/100 Mbps Ethernet MAC.Thierry Reding2009-03-271-0/+22
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-03-277-11/+31
|\
| * netfilter: nf_conntrack: add generic function to get len of generic policyHolger Eitzenberger2009-03-251-0/+1
| * netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu()Eric Dumazet2009-03-253-11/+14
| * netfilter: limit the length of the helper nameHolger Eitzenberger2009-03-251-0/+2
| * netlink: add nla_policy_len()Holger Eitzenberger2009-03-251-0/+1
| * netfilter: ctnetlink: add callbacks to the per-proto nlattrsHolger Eitzenberger2009-03-252-0/+13
* | ax88796: Add method to take MAC from platform dataDaniel Mack2009-03-251-5/+8
* | ipv6: Fix conflict resolutions during ipv6 bindingVlad Yasevich2009-03-252-2/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-03-243-13/+10Star
|\|
| * netfilter: remove nf_ct_l4proto_find_get/nf_ct_l4proto_putFlorian Westphal2009-03-181-5/+0Star
| * netfilter: remove IPvX specific parts from nf_conntrack_l4proto.hChristoph Paasch2009-03-161-4/+1Star
| * netfilter: use a linked list of loggersEric Leblond2009-03-161-3/+8
| * netfilter: nf_conntrack: table max size should hold at least table sizeHagen Paul Pfeifer2009-02-201-1/+1
* | dsa: add switch chip cascading supportLennert Buytenhek2009-03-221-9/+33
* | snap: use const for descriptorStephen Hemminger2009-03-221-1/+5
* | sctp: Clean up TEST_FRAME hacks.Vlad Yasevich2009-03-211-7/+0Star
* | ipv6: reorder struct inet6_ifaddr to remove padding on 64 bit buildsRichard Kennedy2009-03-211-2/+3
* | net: reorder struct Qdisc for better SMP performanceEric Dumazet2009-03-201-9/+12
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-03-171-24/+3Star
|\ \
| * | cfg80211: move enum reg_set_by to nl80211.hLuis R. Rodriguez2009-03-161-21/+3Star
| * | cfg80211: remove REGDOM_SET_BY_INITLuis R. Rodriguez2009-03-161-3/+0Star
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-171-1/+2
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-03-171-1/+2
| |\ \
| | * | netfilter: conntrack: don't deliver events for racy packetsPablo Neira Ayuso2009-03-161-1/+2
| * | | netns: Remove net_aliveEric W. Biederman2009-03-031-10/+17
| |/ /
* | | tcp: simplify tcp_current_mssIlpo Järvinen2009-03-161-2/+11
* | | tcp: consolidate paws checkIlpo Järvinen2009-03-161-4/+14
* | | sctp: Fix broken RTO-doubling for data retransmitsVlad Yasevich2009-03-031-1/+2
* | | tcp: tcp_init_wl / tcp_update_wl argument cleanupHantzis Fotis2009-03-031-2/+2
* | | tcp: kill eff_sacks "cache", the sole user can calculate itselfIlpo Järvinen2009-03-021-1/+0Star