summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Add uid and cookie bpf helper to cg_skb_func_protoChenbo Feng2017-04-171-6/+1Star
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-04-179-182/+176Star
|\
| * bluetooth: Do not set IFF_POINTOPOINTPatrik Flykt2017-04-121-2/+1Star
| * Bluetooth: 6lowpan: Set tx_queue_len to DEFAULT_TX_QUEUE_LENLuiz Augusto von Dentz2017-04-121-0/+2
| * Bluetooth: L2CAP: Add l2cap_le_flowctl_sendLuiz Augusto von Dentz2017-04-121-8/+19
| * Bluetooth: 6lowpan: Use netif APIs to flow controlLuiz Augusto von Dentz2017-04-121-0/+16
| * Bluetooth: 6lowpan: Don't drop packets when run out of creditsLuiz Augusto von Dentz2017-04-121-9/+2Star
| * 6lowpan: Don't set IFF_NO_QUEUELuiz Augusto von Dentz2017-04-121-1/+0Star
| * Bluetooth: L2CAP: Don't return -EAGAIN if out of creditsLuiz Augusto von Dentz2017-04-121-3/+0Star
| * Bluetooth: 6lowpan: Print errors during recv_pktLuiz Augusto von Dentz2017-04-121-0/+2
| * Bluetooth: 6lowpan: Remove unnecessary peer lookupLuiz Augusto von Dentz2017-04-121-11/+4Star
| * Bluetooth: 6lowpan: fix use after free in chan_suspend/resumeMichael Scott2017-04-121-18/+3Star
| * Bluetooth: 6lowpan: fix delay work init in add_peer_chan()Michael Scott2017-04-121-3/+7
| * 6lowpan: fix assignment of peer_addrColin Ian King2017-04-121-1/+1
| * Bluetooth: Change initial min and max intervalJonas Holmberg2017-04-121-2/+2
| * Bluetooth: fix assignments on error variable errColin Ian King2017-04-121-5/+5
| * Bluetooth: Avoid bt_accept_unlink() double unlinkingDean Jenkins2017-04-121-0/+24
| * Bluetooth: Handle bt_accept_enqueue() socket atomicallyDean Jenkins2017-04-121-0/+2
| * 6lowpan: Fix IID format for BluetoothLuiz Augusto von Dentz2017-04-122-68/+17Star
| * 6lowpan: Use netdev addr_len to determine lladdr lenLuiz Augusto von Dentz2017-04-122-47/+44Star
| * ipv6: addrconf: fix 48 bit 6lowpan autoconfigurationAlexander Aring2017-04-121-5/+12
| * 6lowpan: iphc: override l2 packet informationAlexander Aring2017-04-121-0/+8
| * 6lowpan: Set MAC address length according to LOWPAN_LLTYPEPatrik Flykt2017-04-121-1/+10
| * bluetooth: Set 6 byte device addressesPatrik Flykt2017-04-121-11/+8Star
| * Bluetooth: convert rfcomm_dlc.refcnt from atomic_t to refcount_tElena Reshetova2017-04-121-2/+2
* | net: bridge: notify on hw fdb takeoverNikolay Aleksandrov2017-04-171-1/+3
* | kcm: remove a useless copy_from_user()WANG Cong2017-04-171-4/+0Star
* | Subject: net: allow configuring default qdiscstephen hemminger2017-04-172-0/+54
* | l2tp: device MTU setup, tunnel socket needs a lockR. Parameswaran2017-04-172-1/+3
* | net: ipv6: send unsolicited NA on admin upDavid Ahern2017-04-171-0/+2
* | net: dsa: isolate legacy codeVivien Didelot2017-04-174-767/+825
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-1622-67/+134
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-04-148-25/+62
| |\ \
| | * | netfilter: ipt_CLUSTERIP: Fix wrong conntrack netns refcnt usageGao Feng2017-04-131-1/+1
| | * | netfilter: nft_hash: do not dump the auto generated seedLiping Zhang2017-04-131-3/+7
| | * | netfilter: nf_ct_expect: use proper RCU list traversal/update APIsLiping Zhang2017-04-082-5/+5
| | * | netfilter: ctnetlink: skip dumping expect when nfct_help(ct) is NULLLiping Zhang2017-04-081-0/+6
| | * | netfilter: make it safer during the inet6_dev->addr_list traversalLiping Zhang2017-04-082-1/+6
| | * | netfilter: ctnetlink: make it safer when checking the ct helper nameLiping Zhang2017-04-081-5/+10
| | * | netfilter: helper: Add the rcu lock when call __nf_conntrack_helper_findGao Feng2017-04-082-7/+20
| | * | netfilter: ctnetlink: using bit to represent the ct eventLiping Zhang2017-04-081-2/+2
| | * | netfilter: xt_TCPMSS: add more sanity tests on tcph->doffEric Dumazet2017-04-081-1/+5
| * | | ipv6: Fix idev->addr_list corruptionRabin Vincent2017-04-121-4/+7
| * | | net: xdp: don't export dev_change_xdp_fd()Johannes Berg2017-04-121-1/+0Star
| * | | bridge: netlink: register netdevice before executing changelinkIdo Schimmel2017-04-121-2/+5
| * | | bridge: implement missing ndo_uninit()Ido Schimmel2017-04-124-12/+21
| * | | tcp: clear saved_syn in tcp_disconnect()Eric Dumazet2017-04-101-0/+1
| * | | net: tcp: Increase TCP_MIB_OUTRSTS even though fail to alloc skbGao Feng2017-04-081-2/+2
| * | | l2tp: don't mask errors in pppol2tp_getsockopt()Guillaume Nault2017-04-081-1/+6
| * | | l2tp: don't mask errors in pppol2tp_setsockopt()Guillaume Nault2017-04-081-2/+0Star