summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-10-261-52/+143
|\
| * ipvs: fix build errors related to config option combinationsJesper Dangaard Brouer2012-10-231-2/+3
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/...Pablo Neira Ayuso2012-10-221-52/+142
| |\
| | * ipvs: API change to avoid rescan of IPv6 exthdrJesper Dangaard Brouer2012-09-281-40/+41
| | * ipvs: Complete IPv6 fragment handling for IPVSJesper Dangaard Brouer2012-09-281-1/+38
| | * ipvs: Fix faulty IPv6 extension header handling in IPVSJesper Dangaard Brouer2012-09-281-10/+62
| | * ipvs: Use config macro IS_ENABLED()Jesper Dangaard Brouer2012-09-281-1/+1
| | * ipvs: Trivial changes, use compressed IPv6 address in outputJesper Dangaard Brouer2012-09-281-1/+1
* | | net: Update args to dummy sock_update_classid().David S. Miller2012-10-261-1/+1
* | | cgroup: net_cls: Pass in task to sock_update_classid()Daniel Wagner2012-10-261-1/+1
* | | cgroup: net_cls: Fix local variable type declerationDaniel Wagner2012-10-261-1/+1
* | | sctp: Make hmac algorithm selection for cookie generation dynamicNeil Horman2012-10-263-8/+4
* | | ipv6: add support of equal cost multipath (ECMP)Nicolas Dichtel2012-10-231-0/+10
* | | unix: Remove unused field from unix_sockPavel Emelyanov2012-10-211-1/+0
* | | 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
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
OpenPOWER on IntegriCloud