summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* caif: Bad assert triggering false positive.sjur.brandeland@stericsson.com2011-12-061-1/+1
* ipv6: Move xfrm_lookup() call down into icmp6_dst_alloc().David S. Miller2011-12-063-28/+11
* ipv6: Make third arg to anycast_dst_alloc() bool.David S. Miller2011-12-063-3/+3
* sock_diag: Move the sock_ code to net/core/Pavel Emelyanov2011-12-063-100/+158
* inet_diag: Cleanup type2proto last userPavel Emelyanov2011-12-061-23/+24
* inet_diag: Introduce socket family checksPavel Emelyanov2011-12-061-1/+11
* inet_diag: Switch the _dump to work with new headerPavel Emelyanov2011-12-061-18/+53
* inet_diag: Switch the _get_exact to work with new headerPavel Emelyanov2011-12-061-7/+22
* inet_diag: Introduce new inet_diag_req headerPavel Emelyanov2011-12-061-7/+7
* sock_diag: Initial skeletonPavel Emelyanov2011-12-061-2/+100
* inet_diag: Switch from _GETSOCK to IPPROTO_ numbersPavel Emelyanov2011-12-063-15/+27
* inet_diag: Move byte-code finding up the call-stackPavel Emelyanov2011-12-061-19/+17
* sock_diag: Introduce new message typePavel Emelyanov2011-12-061-2/+15
* inet_diag: Partly rename inet_ to sock_Pavel Emelyanov2011-12-063-16/+21
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-12-0640-678/+565
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-0640-678/+565
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-029-30/+98
| | |\
| | | * Revert "mac80211: clear sta.drv_priv on reconfiguration"John W. Linville2011-12-011-1/+0
| | | * mac80211: fill rate filter for internal scan requestsSimon Wunderlich2011-11-301-0/+6
| | | * cfg80211: amend regulatory NULL dereference fixLuis R. Rodriguez2011-11-301-2/+4
| | | * cfg80211: fix race on init and driver registrationLuis R. Rodriguez2011-11-301-16/+27
| | * | nfc: Remove function tracer like entry messagesJoe Perches2011-11-305-63/+19
| | * | nfc: Remove unused nfc_printk and nfc_<level> macrosJoe Perches2011-11-302-26/+0
| | * | nfc: Convert nfc_dbg to pr_debugJoe Perches2011-11-307-158/+160
| | * | nfc: Use standard logging stylesJoe Perches2011-11-306-26/+38
| | * | mac80211: remove unused function declarationMohammed Shafi Shajakhan2011-11-301-1/+0
| | * | mac80211: revert on-channel work optimisationsJohannes Berg2011-11-305-142/+13
| | * | net: rfkill: convert net/rfkill/* to use module_platform_driver()Axel Lin2011-11-302-23/+2
| | * | mac80211: remove tracing config symbolJohannes Berg2011-11-283-25/+2
| | * | mac80211: clean up rx_h_mesh_fwdingThomas Pedersen2011-11-281-49/+39
| | * | mac80211: don't initiate path discovery when forwarding frame with unknown DAThomas Pedersen2011-11-285-77/+79
| | * | {nl,cfg,mac}80211: implement dot11MeshHWMPperrMinIntervalThomas Pedersen2011-11-287-1/+24
| | * | mac80211: fix forwarded mesh frame queue mappingThomas Pedersen2011-11-284-21/+36
| | * | mac80211: fix switched HWMP frame addressesThomas Pedersen2011-11-281-19/+11
| | * | mac80211: failed forwarded mesh frame addressingThomas Pedersen2011-11-283-11/+8
| | * | {nl,cfg,mac}80211: Allow Setting Multicast Rate in MeshChun-Yeow Yeoh2011-11-283-0/+12
| | * | mac80211: Make __check_htcap_disable static.Ben Greear2011-11-281-3/+3
| | * | mac80211: call skb_put() before copying the data (trivial)Eliad Peller2011-11-281-1/+1
| | * | mac80211: fix TX warningJohannes Berg2011-11-281-3/+4
| | * | mac80211: do not pass AP VLAN vif pointers to driversFelix Fietkau2011-11-284-7/+17
| | * | mac80211: log reason and initiator when rx agg is stoppedNikolay Martynov2011-11-281-2/+5
| | * | mac80211: trivial: use WLAN_BACK_RECIPIENT instead of hardcoded 0Nikolay Martynov2011-11-281-1/+1
| | * | mac80211: timeout tx agg sessions in way similar to rx agg sessionsNikolay Martynov2011-11-283-1/+44
| | * | mac80211: don't indicate probe resp change in IBSS modeArik Nemtsov2011-11-281-2/+5
| | * | mac80211: dereference RCU protected probe_resp pointer correctlyArik Nemtsov2011-11-281-1/+1
| | * | mac80211: fix duration calculation for QoS NOACK framesSimon Wunderlich2011-11-281-5/+9
| | * | mac80211: Add NoAck per tid supportSimon Wunderlich2011-11-284-1/+22
| | * | wireless: Add NoAck per tid supportSimon Wunderlich2011-11-281-0/+28
| | * | mac80211: remove debugfs noack testSimon Wunderlich2011-11-284-47/+2
* | | | openvswitch: small potential memory leak in ovs_vport_alloc()Dan Carpenter2011-12-061-1/+3
|/ / /