aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-10-30switchdev: fix: pass correct obj size when deferring obj addScott Feldman
2015-10-30switchdev: fix: erasing too much of vlan obj when handling multiple vlan specsScott Feldman
2015-10-30Merge tag 'nfc-next-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller
2015-10-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-10-30ipv6: recreate ipv6 link-local addresses when increasing MTU over IPV6_MIN_MTUAlexander Duyck
2015-10-30switchdev: Add support for flood controlIdo Schimmel
2015-10-30bridge: set is_local and is_static before fdb entry is added to the fdb hasht...Roopa Prabhu
2015-10-29ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...Hannes Frederic Sowa
2015-10-29Revert "Merge branch 'ipv6-overflow-arith'"Hannes Frederic Sowa
2015-10-28NFC: nci: non-static functions can not be inlineRobert Dolca
2015-10-27mpls: reduce memory usage of routesRobert Shearman
2015-10-27mpls: fix forwarding using v4/v6 explicit nullRobert Shearman
2015-10-27RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_da...Sowmini Varadhan
2015-10-27sock: don't enable netstamp for af_unix socketsHannes Frederic Sowa
2015-10-27openvswitch: Fix skb leak using IPv6 defragJoe Stringer
2015-10-27ipv6: Export nf_ct_frag6_consume_orig()Joe Stringer
2015-10-27openvswitch: Fix double-free on ip_defrag() errorsJoe Stringer
2015-10-27fib_trie: leaf_walk_rcu should not compute key if key is less than pn->keyAlexander Duyck
2015-10-27bluetooth: 6lowpan: fix NOHZ: local_softirq_pendingAlexander Aring
2015-10-26net: tso: add support for IPv6emmanuel.grumbach@intel.com
2015-10-26ipv6: gre: support SIT encapsulationEric Dumazet
2015-10-27Bluetooth: Fix crash on fast disconnect of SCOKuba Pawlak
2015-10-26ipv6: icmp: include addresses in debug messagesBjørn Mork
2015-10-27NFC: NCI: allow spi driver to choose transfer clockVincent Cuissard
2015-10-27NFC: NCI: move generic spi driver to a moduleVincent Cuissard
2015-10-27NFC: NCI: export nci_send_frame and nci_send_cmd functionVincent Cuissard
2015-10-27NFC: st21nfca: Add support for proprietary commandsChristophe Ricard
2015-10-27NFC: st-nci: Add few code style fixesChristophe Ricard
2015-10-27NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard
2015-10-26Bluetooth: Fix some obvious coding style issues in the SCO moduleMarcel Holtmann
2015-10-26Bluetooth: Replace hci_notify with hci_sock_dev_eventMarcel Holtmann
2015-10-26Bluetooth: Rename bt_cb()->req into bt_cb()->hciMarcel Holtmann
2015-10-26Bluetooth: Remove unneeded parenthesis around MSG_OOBMarcel Holtmann
2015-10-26NFC: nci: Create pipe on specific gate in nci_hci_connect_gateChristophe Ricard
2015-10-26NFC: nci: Call nci_hci_clear_all_pipes at HCI initial activation.Christophe Ricard
2015-10-26NFC: nci: add nci_hci_clear_all_pipes functionsChristophe Ricard
2015-10-26NFC: nci: extract pipe value using NCI_HCP_MSG_GET_PIPEChristophe Ricard
2015-10-26NFC: nci: Fix improper management of HCI return codeChristophe Ricard
2015-10-26NFC: nci: Fix incorrect data chaining when sending dataChristophe Ricard
2015-10-25Bluetooth: Fix locking issue during fast SCO reconnection.Kuba Pawlak
2015-10-25Bluetooth: Fix locking issue on SCO disconnectionKuba Pawlak
2015-10-25Bluetooth: Fix crash on SCO disconnectKuba Pawlak
2015-10-25NFC: nci: add nci_get_conn_info_by_id functionRobert Dolca
2015-10-25NFC: nci: fix possible crash in nci_core_conn_createRobert Dolca
2015-10-25NFC: nci: rename nci_prop_ops to nci_driver_opsRobert Dolca
2015-10-25NFC: nci: Allow the driver to set handler for core nci opsRobert Dolca
2015-10-25NFC: nci: Introduce nci_core_cmdRobert Dolca
2015-10-25NFC: nci: Do not call post_setup when setup failsRobert Dolca
2015-10-25NFC: nci: Add function to get max packet size for connRobert Dolca
2015-10-25NFC: nci: Export nci data send APIRobert Dolca