summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-04-126lowpan: Don't set IFF_NO_QUEUELuiz Augusto von Dentz1-1/+0
2017-04-12Bluetooth: L2CAP: Don't return -EAGAIN if out of creditsLuiz Augusto von Dentz1-3/+0
2017-04-12Bluetooth: 6lowpan: Print errors during recv_pktLuiz Augusto von Dentz1-0/+2
2017-04-12Bluetooth: 6lowpan: Remove unnecessary peer lookupLuiz Augusto von Dentz1-11/+4
2017-04-12Bluetooth: 6lowpan: fix use after free in chan_suspend/resumeMichael Scott1-18/+3
2017-04-12Bluetooth: 6lowpan: fix delay work init in add_peer_chan()Michael Scott1-3/+7
2017-04-126lowpan: fix assignment of peer_addrColin Ian King1-1/+1
2017-04-12Bluetooth: Change initial min and max intervalJonas Holmberg1-2/+2
2017-04-12Bluetooth: fix assignments on error variable errColin Ian King1-5/+5
2017-04-12Bluetooth: Avoid bt_accept_unlink() double unlinkingDean Jenkins1-0/+24
2017-04-12Bluetooth: Handle bt_accept_enqueue() socket atomicallyDean Jenkins1-0/+2
2017-04-126lowpan: Fix IID format for BluetoothLuiz Augusto von Dentz2-68/+17
2017-04-126lowpan: Use netdev addr_len to determine lladdr lenLuiz Augusto von Dentz2-47/+44
2017-04-12ipv6: addrconf: fix 48 bit 6lowpan autoconfigurationAlexander Aring1-5/+12
2017-04-126lowpan: iphc: override l2 packet informationAlexander Aring1-0/+8
2017-04-126lowpan: Set MAC address length according to LOWPAN_LLTYPEPatrik Flykt1-1/+10
2017-04-12bluetooth: Set 6 byte device addressesPatrik Flykt1-11/+8
2017-04-12Bluetooth: convert rfcomm_dlc.refcnt from atomic_t to refcount_tElena Reshetova1-2/+2
2017-04-12gso: Support frag_list splitting with head_fragIlan Tayari1-1/+1
2017-04-12l2tp: define parameters of l2tp_tunnel_find*() as "const"Guillaume Nault2-4/+4
2017-04-12l2tp: define parameters of l2tp_session_get*() as "const"Guillaume Nault2-5/+7
2017-04-11net/smc: do not use IB_SEND_INLINE together with mapped dataUrsula Braun2-2/+1
2017-04-11net/smc: destruct non-accepted socketsUrsula Braun2-6/+9
2017-04-11net/smc: remove duplicate unhashUrsula Braun1-1/+0
2017-04-11net/smc: guarantee ConnClosed send after shutdown SHUT_WRUrsula Braun1-11/+25
2017-04-11net/smc: no socket state changes in tasklet contextUrsula Braun6-20/+41
2017-04-11net/smc: always call the POLL_IN part of sk_wake_asyncUrsula Braun1-2/+1
2017-04-11net/smc: guarantee reset of write_blocked for heavy workloadUrsula Braun1-1/+5
2017-04-11net/smc: return active RoCE port onlyUrsula Braun1-2/+5
2017-04-11net/smc: remove useless smc_ib_devices_list checkUrsula Braun3-4/+1
2017-04-11net/smc: get rid of old commentUrsula Braun1-2/+0
2017-04-11bpf: pass sk to helper functionsWillem de Bruijn1-1/+6
2017-04-11devlink: fix return value check in devlink_dpipe_header_put()Wei Yongjun1-1/+1
2017-04-11bpf: remove struct bpf_prog_type_listJohannes Berg1-68/+7
2017-04-11l2tp: remove l2tp_session_find()Guillaume Nault2-53/+1
2017-04-11l2tp: remove useless duplicate session detection in l2tp_netlinkGuillaume Nault1-5/+0
2017-04-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller3-4/+2
2017-04-09Revert "rtnl: Add support for netdev event to link messages"David S. Miller2-84/+10
2017-04-08net: dsa: Factor bottom tag receive functionsFlorian Fainelli8-83/+52
2017-04-08net: dsa: Move skb_unshare() to dsa_switch_rcv()Florian Fainelli7-30/+4
2017-04-08net: dsa: Do not check for NULL dst in tag parsersFlorian Fainelli6-17/+0
2017-04-08New getsockopt option to get socket cookieChenbo Feng1-0/+8
2017-04-07net-next: dsa: add Mediatek tag RX/TX handlerSean Wang5-0/+127
2017-04-07net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch1-4/+9
2017-04-06Merge tag 'batadv-next-for-davem-20170406' of git://git.open-mesh.org/linux-m...David S. Miller15-238/+413
2017-04-06Merge tag 'rxrpc-rewrite-20170406' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller12-101/+186
2017-04-06L2TP:Adjust intf MTU, add underlay L3, L2 hdrs.R. Parameswaran1-4/+51
2017-04-06New kernel function to get IP overhead on a socket.R. Parameswaran1-0/+46
2017-04-06af_unix: Use designated initializersKees Cook1-1/+1
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller44-376/+679