summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso2012-02-269-34/+66
* net: Add missing getsockopt for SO_NOFCS.David S. Miller2012-02-241-0/+3
* net: Support RX-ALL feature flag.Ben Greear2012-02-241-0/+1
* net: Add framework to allow sending packets with customized CRC.Ben Greear2012-02-243-4/+34
* net: Support RXFCS feature flag.Ben Greear2012-02-241-0/+1
* br_device: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka2012-02-231-1/+1
* af_unix: MSG_TRUNC support for dgram socketsEric Dumazet2012-02-221-1/+1
* net/ieee802154/6lowpan.c: reuse eth_mac_addr()Danny Kukawka2012-02-221-14/+2Star
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-02-2133-1840/+1437Star
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-2133-1840/+1437Star
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-1548-231/+272
| | |\
| | | * mac80211: do not call rate control .tx_status before .rate_initFelix Fietkau2012-02-151-1/+1
| | | * mac80211: call rate control only after initJohannes Berg2012-02-154-3/+6
| | | * Bluetooth: Fix possible use after free in delete pathUlisses Furquim2012-02-151-2/+2
| | | * Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim2012-02-151-3/+3
| | | * Bluetooth: Add missing QUIRK_NO_RESET test to hci_dev_do_closeJohan Hedberg2012-02-151-1/+2
| | | * Bluetooth: Fix RFCOMM session reference counting issueOctavian Purdila2012-02-151-6/+12
| | | * Bluetooth: silence lockdep warningOctavian Purdila2012-02-153-7/+9
| | | * Bluetooth: l2cap_set_timer needs jiffies as timeout valueAndrzej Kaczmarek2012-02-151-4/+8
| | | * Bluetooth: Fix sk_sndtimeo initialization for L2CAP socketAndrzej Kaczmarek2012-02-151-1/+1
| | | * Bluetooth: Remove bogus inline declaration from l2cap_chan_connectJohan Hedberg2012-02-151-1/+1
| | | * Bluetooth: Fix l2cap conn failures for ssp devicesPeter Hurley2012-02-151-0/+4
| | * | mac80211: do not call rate control .tx_status before .rate_initFelix Fietkau2012-02-081-1/+1
| | * | mac80211: rename mesh static path_lookup()Luis R. Rodriguez2012-02-081-3/+3
| | * | mac80211: add #ifdef CONFIG_MAC80211_VERBOSE_DEBUG for a debug printkFelix Fietkau2012-02-081-0/+2
| | * | mac80211: call rate control only after initJohannes Berg2012-02-064-3/+6
| | * | mac80211: support hw scan while idleEliad Peller2012-02-063-1/+7
| | * | mac80211: off by one in mcs mask handlingDan Carpenter2012-02-062-2/+2
| | * | cfg80211/mac80211: userspace peer authorization in IBSSAntonio Quartulli2012-02-063-9/+19
| | * | mac80211: redesign auth/assocJohannes Berg2012-02-068-1227/+1038Star
| | * | cfg80211: export cfg80211_ref_bssJohannes Berg2012-02-062-5/+12
| | * | cfg80211: stop tracking authenticated stateJohannes Berg2012-02-065-333/+80Star
| | * | mac80211: remove dummy STA supportJohannes Berg2012-02-064-155/+38Star
| | * | mac80211: implement sta_add/sta_remove in sta_stateJohannes Berg2012-02-064-19/+19
| | * | mac80211: add sta_state callbackJohannes Berg2012-02-067-28/+164
| | * | mac80211: add NOTEXIST station stateJohannes Berg2012-02-062-0/+3
| | * | mac80211: dont program keys for stations not uploadedJohannes Berg2012-02-061-16/+14Star
| | * | mac80211: simplify AP_VLAN handlingJohannes Berg2012-02-065-33/+7Star
| | * | mac80211: move managed mode station state modificationJohannes Berg2012-02-061-14/+14
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-016-20/+39
| | |\ \
* | | | | unix: Support peeking offset for stream socketsPavel Emelyanov2012-02-211-2/+18
* | | | | unix: Support peeking offset for datagram and seqpacket socketsPavel Emelyanov2012-02-211-5/+25
* | | | | sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov2012-02-211-0/+13
* | | | | datagram: Add offset argument to __skb_recv_datagramPavel Emelyanov2012-02-213-12/+17
* | | | | datagram: Factor out sk queue referencingPavel Emelyanov2012-02-211-4/+5
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-194-21/+34
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-151-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | mac80211: Fix a rwlock bad magic bugMohammed Shafi Shajakhan2012-02-091-2/+2
| * | | | netpoll: netpoll_poll_dev() should access dev->flagsEric Dumazet2012-02-141-1/+1
| * | | | RxRPC: Fix kcalloc parameters swappedAxel Lin2012-02-141-2/+2