summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-10-171-0/+1
|\
| * cfg80211/mac80211: avoid state mishmash on deauthStanislaw Gruszka2012-10-151-0/+1
* | ipv4: Add FLOWI_FLAG_KNOWN_NHJulian Anastasov2012-10-081-0/+1
* | ipv4: introduce rt_uses_gatewayJulian Anastasov2012-10-081-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-10-062-1/+2
|\|
| * sctp: check src addr when processing SACK to update transport stateNicolas Dichtel2012-10-041-1/+1
| * ipv4: add a fib_type to fib_infoEric Dumazet2012-10-041-0/+1
* | sections: fix section conflicts in netAndi Kleen2012-10-061-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-0259-591/+1307
|\
| * ipv4: gre: add GRO capabilityEric Dumazet2012-10-011-0/+3
| * net: add gro_cells infrastructureEric Dumazet2012-10-011-0/+103
| * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-09-3012-133/+188
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-2812-133/+188
| | |\
| | | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-09-251-4/+21
| | | |\
| | | | * cfg80211: constify name parameter to add_virtual_intfJohannes Berg2012-09-191-1/+1
| | | | * cfg80211/nl80211: Notify connection request failure in AP modePandiyarajan Pitchaimuthu2012-09-181-0/+19
| | | | * cfg80211: remove obsolete comment for .sched_scan_stop() callbackArend van Spriel2012-09-181-3/+1
| | | * | NFC: xmit from hci ops must return 0 or negativeWaldemar Rymarkiewicz2012-09-251-0/+5
| | | * | NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC CoreEric Lapuyade2012-09-252-106/+3
| | | * | NFC: Add an shdlc llc module to llc coreEric Lapuyade2012-09-251-0/+1
| | | * | NFC: Add a nop (passthrough) llc module to llc coreEric Lapuyade2012-09-251-0/+2
| | | * | NFC: Add an LLC Core layer to HCIEric Lapuyade2012-09-251-0/+51
| | | * | NFC: Modified hci_transceive to become an asynchronous operationEric Lapuyade2012-09-252-4/+8
| | | * | NFC: Add a public nfc_hci_send_cmd_async methodEric Lapuyade2012-09-251-0/+3
| | | * | NFC: Use system_nrt_wq instead of custom onesTejun Heo2012-09-253-4/+0
| | | * | NFC: Implement NCI dep_link_up and dep_link_downIlan Elias2012-09-252-0/+5
| | | * | NFC: Parse NCI NFC-DEP activation paramsIlan Elias2012-09-251-0/+6
| | | * | NFC: Set local general bytes in nci_start_pollIlan Elias2012-09-252-0/+24
| | | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-09-244-15/+51
| | | |\ \
| | | | * | Bluetooth: mgmt: Implement support for passkey notificationJohan Hedberg2012-09-183-0/+30
| | | | * | Bluetooth: debug: Print refcnt for hci_devAndrei Emeltchenko2012-09-081-0/+6
| | | | * | Bluetooth: trivial: Make hci_chan_del return voidAndrei Emeltchenko2012-09-081-1/+1
| | | | * | Bluetooth: Remove unneeded zero initAndrei Emeltchenko2012-09-081-9/+0
| | | | * | Bluetooth: Use kref for l2cap channel reference countingSyam Sidhardhan2012-08-211-2/+1
| | | | * | Bluetooth: mgmt: Add device disconnect reasonMikel Astiz2012-08-212-1/+10
| | | | * | Bluetooth: Add more HCI error codesMikel Astiz2012-08-211-0/+3
| | | | * | Bluetooth: Remove some functions from being exportedVinicius Costa Gomes2012-08-151-2/+0
| | | * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-09-241-2/+10
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | mac80211: add key flag for management keysJohannes Berg2012-09-101-2/+10
| | | | * | Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2012-09-069-38/+50
| | | | |\ \
| | | | * \ \ Merge remote-tracking branch 'mac80211/master' into mac80211-nextJohannes Berg2012-09-061-0/+2
| | | | |\ \ \
| * | | | \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-284-5/+13
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | net: remove sk_init() helperEric Dumazet2012-09-271-2/+0
| * | | | | | | tunnel: drop packet if ECN present with not-ECTstephen hemminger2012-09-271-0/+76
| * | | | | | | net: use a per task frag allocatorEric Dumazet2012-09-242-15/+16
| * | | | | | | net: Remove unnecessary NULL check in scm_destroy().David S. Miller2012-09-241-1/+1
| * | | | | | | tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHSNeal Cardwell2012-09-221-0/+1
| * | | | | | | tcp: extract code to compute SYNACK RTTNeal Cardwell2012-09-221-0/+9
| * | | | | | | ipv6: unify fragment thresh handling codeAmerigo Wang2012-09-191-1/+1
| * | | | | | | ipv6: make ip6_frag_nqueues() and ip6_frag_mem() static inlineAmerigo Wang2012-09-191-2/+11