summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn2017-04-173-14/+6
| * | ipv4: fix a deadlock in ip_ra_controlWANG Cong2017-04-173-9/+5
* | | sctp: process duplicated strreset asoc request correctlyXin Long2017-04-181-4/+15
* | | sctp: process duplicated strreset in and addstrm in requests correctlyXin Long2017-04-181-9/+29
* | | sctp: process duplicated strreset out and addstrm out requests correctlyXin Long2017-04-181-10/+29
* | | net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-1723-94/+154
* | | ipv6: sr: fix BUG due to headroom too small after SRH pushDavid Lebrun2017-04-171-0/+8
* | | gso: Validate assumption of frag_list segementationIlan Tayari2017-04-171-4/+14
* | | sctp: get list_of_streams of strreset outreq earlierXin Long2017-04-171-4/+4
* | | Add uid and cookie bpf helper to cg_skb_func_protoChenbo Feng2017-04-171-6/+1
* | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-04-179-182/+176
|\ \ \
| * | | bluetooth: Do not set IFF_POINTOPOINTPatrik Flykt2017-04-121-2/+1
| * | | 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/+2
| * | | 6lowpan: Don't set IFF_NO_QUEUELuiz Augusto von Dentz2017-04-121-1/+0
| * | | Bluetooth: L2CAP: Don't return -EAGAIN if out of creditsLuiz Augusto von Dentz2017-04-121-3/+0
| * | | 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/+4
| * | | Bluetooth: 6lowpan: fix use after free in chan_suspend/resumeMichael Scott2017-04-121-18/+3
| * | | 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/+17
| * | | 6lowpan: Use netdev addr_len to determine lladdr lenLuiz Augusto von Dentz2017-04-122-47/+44
| * | | 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/+8
| * | | 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/+0
* | | | 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-1522-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
OpenPOWER on IntegriCloud