summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso2012-02-261-3/+7
* xfrm: remove unneeded method typedef declaration in net/xfrm.h.Rami Rosen2012-02-261-5/+0Star
* net: Support RX-ALL feature flag.Ben Greear2012-02-241-0/+2
* net: Add framework to allow sending packets with customized CRC.Ben Greear2012-02-245-2/+20
* net: Support RXFCS feature flag.Ben Greear2012-02-241-0/+2
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-02-219-38/+245
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-219-38/+245
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-15143-1260/+3809
| | |\
| | | * Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim2012-02-151-2/+2
| | | * Bluetooth: Fix potential deadlockAndre Guedes2012-02-151-2/+2
| | | * Bluetooth: silence lockdep warningOctavian Purdila2012-02-151-0/+2
| | | * Bluetooth: Fix using an absolute timeout on hci_conn_put()Vinicius Costa Gomes2012-02-151-1/+1
| | | * Bluetooth: l2cap_set_timer needs jiffies as timeout valueAndrzej Kaczmarek2012-02-151-3/+3
| | | * Bluetooth: Remove bogus inline declaration from l2cap_chan_connectJohan Hedberg2012-02-151-1/+1
| | * | mac80211: support hw scan while idleEliad Peller2012-02-061-0/+5
| | * | cfg80211/mac80211: userspace peer authorization in IBSSAntonio Quartulli2012-02-061-0/+5
| | * | bcma: add extra sprom checkHauke Mehrtens2012-02-061-0/+16
| | * | bcma: add bus num counterHauke Mehrtens2012-02-061-0/+1
| | * | bcma: add PCIe host controllerHauke Mehrtens2012-02-062-0/+65
| | * | bcma: make some functions __devinitHauke Mehrtens2012-02-061-1/+1
| | * | bcma: add constants for PCI and use themHauke Mehrtens2012-02-061-0/+85
| | * | bcma: add the core unit numberHauke Mehrtens2012-02-061-0/+1
| | * | cfg80211: export cfg80211_ref_bssJohannes Berg2012-02-061-0/+14
| | * | cfg80211: stop tracking authenticated stateJohannes Berg2012-02-061-28/+11Star
| | * | mac80211: add sta_state callbackJohannes Berg2012-02-061-0/+30
* | | | sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov2012-02-213-0/+27
* | | | skb: Add skb_peek_next helperPavel Emelyanov2012-02-211-0/+18
* | | | datagram: Add offset argument to __skb_recv_datagramPavel Emelyanov2012-02-211-1/+1
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-198-17/+53
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-02-191-0/+20
| |\ \ \
| | * | | crypto: sha512 - use standard ror64()Alexey Dobriyan2012-02-161-0/+20
| * | | | mmc: dw_mmc: Fix PIO mode with support of highmemSeungwon Jeon2012-02-141-2/+4
| * | | | mmc: core: Fix PowerOff Notify suspend/resumeGirish K S2012-02-141-0/+4
| * | | | mmc: core: add the capability for broken voltageJaehoon Chung2012-02-141-0/+1
| * | | | mmc: core: Ensure clocks are always enabled before host interactionSujit Reddy Thumma2012-02-141-0/+19
| * | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2012-02-114-15/+5Star
| |\ \ \ \
| | * | | | cdrom: move shared static to cdrom_device_infoPaolo Bonzini2012-02-081-1/+2
| | * | | | block: don't call elevator callbacks for plug mergesTejun Heo2012-02-081-6/+0Star
| | * | | | block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Tejun Heo2012-02-081-2/+1Star
| | * | | | block: strip out locking optimization in put_io_context()Tejun Heo2012-02-072-6/+2Star
* | | | | | net: sh_eth: change the condition of initializationYoshihiro Shimoda2012-02-161-0/+1
* | | | | | ipv4: Eliminate spurious argument to __ipv4_neigh_lookupDavid S. Miller2012-02-151-2/+2
* | | | | | decnet: net/dn.h needs net/flow.hDavid S. Miller2012-02-151-0/+1
* | | | | | rename dev_hw_addr_random and remove redundant secondDanny Kukawka2012-02-131-6/+7
* | | | | | net: implement IP_RECVTOS for IP_PKTOPTIONSJiri Benc2012-02-132-1/+2
* | | | | | ipv6: helper function to get tclassJiri Benc2012-02-131-0/+5
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-02-121-4/+5
|\ \ \ \ \ \
| * | | | | | skbuff: Move rxhash and vlan_tci to consolidate holes in sk_buffAlexander Duyck2012-02-111-4/+5
* | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-1122-22/+114
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-02-106-14/+73
| |\ \ \ \ \