summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-032-2/+3
|\
| * net: avoid NULL deref in inet_ctl_sock_destroy()Eric Dumazet2015-11-021-1/+2
| * ipv4: fix to not remove local route on link downJulian Anastasov2015-11-011-1/+1
* | Merge tag 'mac80211-for-davem-2015-11-03' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-11-032-1/+13
|\ \
| * | mac80211: document sleep requirements for channel context opsChaitanya T K2015-11-031-0/+6
| * | cfg80211/mac80211: clarify RSSI CQM reporting requirementsJohannes Berg2015-11-032-1/+7
* | | bonding: simplify / unify event handling code for 3ad mode.Mahesh Bandewar2015-11-021-2/+1
* | | net: fix percpu memory leaksEric Dumazet2015-11-021-6/+9
* | | net: make skb_set_owner_w() more robustEric Dumazet2015-11-021-15/+2
* | | net: dsa: use switchdev obj for VLAN add/del opsVivien Didelot2015-11-011-4/+9
* | | VSOCK: define VSOCK_SS_LISTEN once onlyStefan Hajnoczi2015-11-011-0/+3
* | | Merge tag 'nfc-next-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller2015-10-303-3/+31
|\ \ \
| * | | NFC: nci: non-static functions can not be inlineRobert Dolca2015-10-281-4/+4
| * | | NFC: NCI: allow spi driver to choose transfer clockVincent Cuissard2015-10-271-0/+6
| * | | NFC: nfcmrvl: add i2c driverVincent Cuissard2015-10-271-0/+1
| * | | NFC: NCI: export nci_send_frame and nci_send_cmd functionVincent Cuissard2015-10-271-0/+1
| * | | NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard2015-10-271-1/+1
| * | | NFC: st-nci: Add support for proprietary commandsChristophe Ricard2015-10-271-0/+1
| * | | NFC: st-nci: Add support for NCI_HCI_IDENTITY_MGMT_GATEChristophe Ricard2015-10-261-0/+1
| * | | NFC: nci: add nci_hci_clear_all_pipes functionsChristophe Ricard2015-10-261-0/+1
| * | | NFC: nci: add nci_get_conn_info_by_id functionRobert Dolca2015-10-251-0/+1
| * | | NFC: nci: rename nci_prop_ops to nci_driver_opsRobert Dolca2015-10-251-3/+3
| * | | NFC: nci: Allow the driver to set handler for core nci opsRobert Dolca2015-10-251-2/+9
| * | | NFC: nci: Introduce nci_core_cmdRobert Dolca2015-10-251-0/+1
| * | | NFC: nci: Introduce new core opcodesRobert Dolca2015-10-251-0/+7
| * | | NFC: nci: Add function to get max packet size for connRobert Dolca2015-10-251-0/+1
* | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-10-301-7/+7
|\ \ \ \
| * | | | Bluetooth: Rename bt_cb()->req into bt_cb()->hciMarcel Holtmann2015-10-261-7/+7
* | | | | net: tso: add support for IPv6emmanuel.grumbach@intel.com2015-10-261-0/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-0/+32
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | openvswitch: Fix egress tunnel info.Pravin B Shelar2015-10-221-0/+32
* | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-10-244-163/+110
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Bluetooth: Remove unnecessary hci_explicit_connect_lookup functionJohan Hedberg2015-10-211-3/+0
| * | | | Bluetooth: Add hci_conn_hash_lookup_le() helper functionJohan Hedberg2015-10-211-0/+24
| * | | | Bluetooth: Fix missing hdev locking for LE scan cleanupJohan Hedberg2015-10-211-0/+1
| * | | | Bluetooth: Introduce driver specific post init callbackMarcel Holtmann2015-10-211-0/+1
| * | | | 6lowpan: remove lowpan_is_addr_broadcastAlexander Aring2015-10-211-10/+0
| * | | | 6lowpan: move IPHC functionality definesAlexander Aring2015-10-211-123/+0
| * | | | 6lowpan: remove lowpan_fetch_skb_u8Alexander Aring2015-10-211-13/+14
| * | | | 6lowpan: cleanup lowpan_header_decompressAlexander Aring2015-10-212-6/+28
| * | | | 6lowpan: cleanup lowpan_header_compressAlexander Aring2015-10-211-7/+23
| * | | | 6lowpan: introduce LOWPAN_IPHC_MAX_HC_BUF_LENAlexander Aring2015-10-211-0/+8
| * | | | Bluetooth: Add support setup stage internal notification eventMarcel Holtmann2015-10-211-0/+1
| * | | | Bluetooth: Add new quirk for non-persistent diagnostic settingsMarcel Holtmann2015-10-211-0/+9
| * | | | Bluetooth: Don't use remote address type to decide IRK persistencyJohan Hedberg2015-10-211-1/+1
* | | | | mpls: multipath route supportRoopa Prabhu2015-10-231-1/+1
* | | | | tcp/dccp: fix hashdance race for passive sessionsEric Dumazet2015-10-233-4/+11
* | | | | net: dsa: remove port_fdb_getnextVivien Didelot2015-10-221-3/+0
* | | | | net: dsa: add port_fdb_dump functionVivien Didelot2015-10-221-0/+4
| |_|_|/ |/| | |
* | | | Merge tag 'mac80211-next-for-davem-2015-10-21' of git://git.kernel.org/pub/sc...David S. Miller2015-10-222-27/+107
|\ \ \ \
OpenPOWER on IntegriCloud