aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-1/+1
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+3
2015-11-03Merge tag 'mac80211-for-davem-2015-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller2-1/+13
2015-11-03mac80211: document sleep requirements for channel context opsChaitanya T K1-0/+6
2015-11-03cfg80211/mac80211: clarify RSSI CQM reporting requirementsJohannes Berg2-1/+7
2015-11-02bonding: simplify / unify event handling code for 3ad mode.Mahesh Bandewar1-2/+1
2015-11-02net: fix percpu memory leaksEric Dumazet1-6/+9
2015-11-02net: avoid NULL deref in inet_ctl_sock_destroy()Eric Dumazet1-1/+2
2015-11-02net: make skb_set_owner_w() more robustEric Dumazet1-15/+2
2015-11-01ipv4: fix to not remove local route on link downJulian Anastasov1-1/+1
2015-11-01net: dsa: use switchdev obj for VLAN add/del opsVivien Didelot1-4/+9
2015-11-01VSOCK: define VSOCK_SS_LISTEN once onlyStefan Hajnoczi1-0/+3
2015-10-30Merge tag 'nfc-next-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-nextDavid S. Miller3-3/+31
2015-10-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller1-7/+7
2015-10-28NFC: nci: non-static functions can not be inlineRobert Dolca1-4/+4
2015-10-26net: tso: add support for IPv6emmanuel.grumbach@intel.com1-0/+1
2015-10-27NFC: NCI: allow spi driver to choose transfer clockVincent Cuissard1-0/+6
2015-10-27NFC: nfcmrvl: add i2c driverVincent Cuissard1-0/+1
2015-10-27NFC: NCI: export nci_send_frame and nci_send_cmd functionVincent Cuissard1-0/+1
2015-10-27NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard1-1/+1
2015-10-27NFC: st-nci: Add support for proprietary commandsChristophe Ricard1-0/+1
2015-10-26Bluetooth: Rename bt_cb()->req into bt_cb()->hciMarcel Holtmann1-7/+7
2015-10-26NFC: st-nci: Add support for NCI_HCI_IDENTITY_MGMT_GATEChristophe Ricard1-0/+1
2015-10-26NFC: nci: add nci_hci_clear_all_pipes functionsChristophe Ricard1-0/+1
2015-10-25NFC: nci: add nci_get_conn_info_by_id functionRobert Dolca1-0/+1
2015-10-25NFC: nci: rename nci_prop_ops to nci_driver_opsRobert Dolca1-3/+3
2015-10-25NFC: nci: Allow the driver to set handler for core nci opsRobert Dolca1-2/+9
2015-10-25NFC: nci: Introduce nci_core_cmdRobert Dolca1-0/+1
2015-10-25NFC: nci: Introduce new core opcodesRobert Dolca1-0/+7
2015-10-25NFC: nci: Add function to get max packet size for connRobert Dolca1-0/+1
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+32
2015-10-24Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller4-163/+110
2015-10-23mpls: multipath route supportRoopa Prabhu1-1/+1
2015-10-23tcp/dccp: fix hashdance race for passive sessionsEric Dumazet3-4/+11
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar1-0/+32
2015-10-22net: dsa: remove port_fdb_getnextVivien Didelot1-3/+0
2015-10-22net: dsa: add port_fdb_dump functionVivien Didelot1-0/+4
2015-10-22Merge tag 'mac80211-next-for-davem-2015-10-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller2-27/+107
2015-10-21netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen1-1/+2
2015-10-21Bluetooth: Remove unnecessary hci_explicit_connect_lookup functionJohan Hedberg1-3/+0
2015-10-21Bluetooth: Add hci_conn_hash_lookup_le() helper functionJohan Hedberg1-0/+24
2015-10-21tcp: use RACK to detect lossesYuchung Cheng1-0/+9
2015-10-21tcp: track the packet timings in RACKYuchung Cheng1-0/+5
2015-10-21tcp: track min RTT using windowed min-filterYuchung Cheng1-0/+7
2015-10-21Bluetooth: Fix missing hdev locking for LE scan cleanupJohan Hedberg1-0/+1
2015-10-21Bluetooth: Introduce driver specific post init callbackMarcel Holtmann1-0/+1
2015-10-216lowpan: remove lowpan_is_addr_broadcastAlexander Aring1-10/+0
2015-10-216lowpan: move IPHC functionality definesAlexander Aring1-123/+0
2015-10-216lowpan: remove lowpan_fetch_skb_u8Alexander Aring1-13/+14
2015-10-216lowpan: cleanup lowpan_header_decompressAlexander Aring2-6/+28