aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-28SUNRPC: Clean up address type casts in rpcb_v4_register()Chuck Lever1-14/+12
2009-03-28SUNRPC: Don't return EPROTONOSUPPORT in svc_register()'s helpersChuck Lever1-2/+2
2009-03-28SUNRPC: Use IPv4 loopback for registering AF_INET6 kernel RPC servicesChuck Lever1-17/+6
2009-03-28SUNRPC: Set IPV6ONLY flag on PF_INET6 RPC listener socketsChuck Lever1-6/+4
2009-03-28SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()Chuck Lever1-6/+5
2009-03-28SUNRPC: Change svc_create_xprt() to take a @family argumentChuck Lever1-6/+9
2009-03-28SUNRPC: svc_setup_socket() gets protocol family from socketChuck Lever1-3/+3
2009-03-28SUNRPC: Pass a family argument to svc_register()Chuck Lever2-11/+12
2009-03-28SUNRPC: Clean up svc_find_xprt() calling sequenceChuck Lever1-5/+11
2009-03-28SUNRPC: Don't flag empty RPCB_GETADDR reply as bogusChuck Lever1-3/+8
2009-03-28netlabel: Cleanup the Smack/NetLabel code to fix incoming TCP connectionsPaul Moore1-0/+13
2009-03-28lsm: Remove the socket_post_accept() hookPaul Moore1-2/+0
2009-03-28netlabel: Label incoming TCP connections correctly in SELinuxPaul Moore2-32/+250
2009-03-28lsm: Relocate the IPv4 security_inet_conn_request() hooksPaul Moore2-7/+9
2009-03-28Merge branch 'linus' into percpu-cpumask-x86-for-linus-2Ingo Molnar65-1342/+2248
2009-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds63-1340/+2246
2009-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller31-1103/+1889
2009-03-27Revert "ax25: zero length frame filtering in AX25"David S. Miller1-12/+0
2009-03-27Revert "netrom: zero length frame filtering in NetRom"David S. Miller1-10/+1
2009-03-27cfg80211: default CONFIG_WIRELESS_OLD_REGULATORY to nLuis R. Rodriguez1-28/+9
2009-03-27mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifiJohannes Berg7-140/+11
2009-03-27mac80211: fix aggregation to not require queue stopJohannes Berg6-78/+217
2009-03-27mac80211: add skb length sanity checkingJohannes Berg1-1/+6
2009-03-27mac80211: unify and fix TX aggregation startJohannes Berg1-36/+27
2009-03-27mac80211: clean up __ieee80211_tx argsJohannes Berg1-15/+16
2009-03-27mac80211: rework the pending packets codeJohannes Berg4-79/+98
2009-03-27mac80211: fix A-MPDU queue assignmentJohannes Berg1-8/+27
2009-03-27mac80211: rewrite fragmentationJohannes Berg5-224/+173
2009-03-27cfg80211: fix locking in nl80211_set_wiphyJohannes Berg3-28/+33
2009-03-27mac80211: fix RX pathJohannes Berg1-1/+1
2009-03-27mac80211: rate control status only for controlled packetsJohannes Berg2-3/+7
2009-03-27mac80211: add beacon filtering supportKalle Valo3-1/+53
2009-03-27cfg80211: add feature to hold bssKalle Valo2-1/+28
2009-03-27mac80211: disable power save when scanningKalle Valo1-2/+62
2009-03-27mac80211: track beacons separately from the rx path activityKalle Valo3-32/+52
2009-03-27mac80211: decrease execution of the associated timerKalle Valo3-0/+20
2009-03-27mac80211: remove mixed-cell and userspace MLME codeJohannes Berg5-34/+11
2009-03-27cfg80211: accept no-op interface mode changesJohannes Berg2-9/+30
2009-03-27cfg80211: remove code about country IE support with OLD_REGLuis R. Rodriguez1-28/+11
2009-03-27cfg80211: make regdom module parameter available oustide of OLD_REGLuis R. Rodriguez1-1/+6
2009-03-27cfg80211: fix incorrect assumption on last_request for 11dLuis R. Rodriguez1-1/+7
2009-03-27cfg80211: force last_request to be set for OLD_REG if regdom is EULuis R. Rodriguez1-4/+7
2009-03-27nl80211: Check iftype in cfg80211 codeJouni Malinen2-42/+56
2009-03-27nl80211: Check that netif_runnin is true in cfg80211 codeJouni Malinen2-25/+40
2009-03-27nl80211: Add more through validation of MLME command parametersJouni Malinen1-6/+26
2009-03-27nl80211: Remove NL80211_CMD_SET_MGMT_EXTRA_IEJouni Malinen6-213/+7
2009-03-27mac80211: Fix memleak in nl80211 authentication on deinitJouni Malinen1-0/+1
2009-03-27mac80211: resume properly, add suspend/resume testJohannes Berg3-0/+65
2009-03-27nl80211: Add MLME primitives to support external SMEJouni Malinen5-11/+439
2009-03-27nl80211: Event notifications for MLME eventsJouni Malinen5-3/+138