aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-01Use 64-bit timekeepingTina Ruchandani1-5/+6
2015-11-01net: dsa: use switchdev obj for VLAN add/del opsVivien Didelot1-20/+9
2015-11-01VSOCK: define VSOCK_SS_LISTEN once onlyStefan Hajnoczi2-22/+19
2015-11-01ipv6: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragmentHannes Frederic Sowa1-4/+4
2015-11-01ipv6: no CHECKSUM_PARTIAL on MSG_MORE corked socketsHannes Frederic Sowa1-37/+33
2015-11-01ipv4: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragmentHannes Frederic Sowa1-3/+5
2015-11-01ipv4: no CHECKSUM_PARTIAL on MSG_MORE corked socketsHannes Frederic Sowa1-0/+1
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-14/+38
2015-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller4-16/+45
2015-10-30switchdev: fix: pass correct obj size when deferring obj addScott Feldman1-2/+17
2015-10-30switchdev: fix: erasing too much of vlan obj when handling multiple vlan specsScott Feldman1-2/+2
2015-10-30Merge tag 'nfc-next-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-nextDavid S. Miller15-81/+297
2015-10-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller7-47/+62
2015-10-30ipv6: recreate ipv6 link-local addresses when increasing MTU over IPV6_MIN_MTUAlexander Duyck1-19/+27
2015-10-30switchdev: Add support for flood controlIdo Schimmel1-1/+4
2015-10-30bridge: set is_local and is_static before fdb entry is added to the fdb hashtableRoopa Prabhu2-9/+10
2015-10-29ipv6: protect mtu calculation of wrap-around and infinite loop by rounding issuesHannes Frederic Sowa1-0/+2
2015-10-29Revert "Merge branch 'ipv6-overflow-arith'"Hannes Frederic Sowa1-5/+1
2015-10-28NFC: nci: non-static functions can not be inlineRobert Dolca1-8/+8
2015-10-27mpls: reduce memory usage of routesRobert Shearman2-38/+111
2015-10-27mpls: fix forwarding using v4/v6 explicit nullRobert Shearman1-0/+2
2015-10-27RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_data_recvSowmini Varadhan1-2/+9
2015-10-27sock: don't enable netstamp for af_unix socketsHannes Frederic Sowa1-3/+17
2015-10-27openvswitch: Fix skb leak using IPv6 defragJoe Stringer1-0/+7
2015-10-27ipv6: Export nf_ct_frag6_consume_orig()Joe Stringer1-0/+1
2015-10-27openvswitch: Fix double-free on ip_defrag() errorsJoe Stringer3-6/+16
2015-10-27fib_trie: leaf_walk_rcu should not compute key if key is less than pn->keyAlexander Duyck1-1/+1
2015-10-27bluetooth: 6lowpan: fix NOHZ: local_softirq_pendingAlexander Aring1-1/+1
2015-10-26net: tso: add support for IPv6emmanuel.grumbach@intel.com1-5/+13
2015-10-26ipv6: gre: support SIT encapsulationEric Dumazet1-1/+2
2015-10-27Bluetooth: Fix crash on fast disconnect of SCOKuba Pawlak1-0/+5
2015-10-26ipv6: icmp: include addresses in debug messagesBjørn Mork1-4/+8
2015-10-27NFC: NCI: allow spi driver to choose transfer clockVincent Cuissard1-1/+6
2015-10-27NFC: NCI: move generic spi driver to a moduleVincent Cuissard3-2/+7
2015-10-27NFC: NCI: export nci_send_frame and nci_send_cmd functionVincent Cuissard1-1/+3
2015-10-27NFC: st21nfca: Add support for proprietary commandsChristophe Ricard1-0/+2
2015-10-27NFC: st-nci: Add few code style fixesChristophe Ricard1-1/+1
2015-10-27NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard7-11/+24
2015-10-26Bluetooth: Fix some obvious coding style issues in the SCO moduleMarcel Holtmann1-11/+19
2015-10-26Bluetooth: Replace hci_notify with hci_sock_dev_eventMarcel Holtmann1-16/+9
2015-10-26Bluetooth: Rename bt_cb()->req into bt_cb()->hciMarcel Holtmann4-17/+17
2015-10-26Bluetooth: Remove unneeded parenthesis around MSG_OOBMarcel Holtmann2-2/+2
2015-10-26NFC: nci: Create pipe on specific gate in nci_hci_connect_gateChristophe Ricard1-1/+55
2015-10-26NFC: nci: Call nci_hci_clear_all_pipes at HCI initial activation.Christophe Ricard1-0/+4
2015-10-26NFC: nci: add nci_hci_clear_all_pipes functionsChristophe Ricard1-0/+15
2015-10-26NFC: nci: extract pipe value using NCI_HCP_MSG_GET_PIPEChristophe Ricard1-2/+2
2015-10-26NFC: nci: Fix improper management of HCI return codeChristophe Ricard1-17/+49
2015-10-26NFC: nci: Fix incorrect data chaining when sending dataChristophe Ricard1-7/+13
2015-10-25Bluetooth: Fix locking issue during fast SCO reconnection.Kuba Pawlak1-0/+5
2015-10-25Bluetooth: Fix locking issue on SCO disconnectionKuba Pawlak1-0/+2