summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vlan: Fix out of order vlan headers with reorder header offToshiaki Makita2018-03-162-13/+57
* net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita2018-03-162-2/+6
* net sched actions: return explicit error when tunnel_key mode is not specifiedRoman Mashak2018-03-151-0/+1
* net/smc: simplify wait when closing listen socketUrsula Braun2018-03-152-26/+3
* sunvnet: does not support GSO for sctpCathy Zhou2018-03-141-1/+1
* Merge tag 'linux-can-fixes-for-4.16-20180314' of ssh://gitolite.kernel.org/pu...David S. Miller2018-03-142-40/+65
|\
| * can: cc770: Fix queue stall & dropped RTR replyAndri Yngvason2018-03-142-28/+68
| * can: cc770: Fix stalls on rt-linux, remove redundant IRQ ackAndri Yngvason2018-03-141-15/+0
* | tg3: prevent scheduling while atomic splatJonathan Toppins2018-03-141-1/+1
* | ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca2018-03-145-10/+32
* | Merge branch 'DPAA-Ethernet-fixes'David S. Miller2018-03-142-27/+9
|\ \
| * | dpaa_eth: remove duplicate increment of the tx_errors counterCamelia Groza2018-03-141-1/+0
| * | dpaa_eth: increment the RX dropped counter when neededCamelia Groza2018-03-141-1/+3
| * | dpaa_eth: remove duplicate initializationCamelia Groza2018-03-141-1/+0
| * | dpaa_eth: fix error in dpaa_remove()Madalin Bucur2018-03-141-1/+1
| * | soc/fsl/qbman: fix issue in qman_delete_cgr_safe()Madalin Bucur2018-03-141-23/+5
|/ /
* / net: use skb_to_full_sk() in skb_update_prio()Eric Dumazet2018-03-142-9/+17
|/
* qed: Use after free in qed_rdma_free()Dan Carpenter2018-03-131-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-03-1313-33/+56
|\
| * net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms()Greg Hackmann2018-03-131-1/+1
| * xfrm: Verify MAC header exists before overwriting eth_hdr(skb)->h_protoYossi Kuperman2018-03-072-2/+4
| * xfrm: Fix ESN sequence number handling for IPsec GSO packets.Steffen Klassert2018-03-011-1/+1
| * xfrm: Fix infinite loop in xfrm_get_dst_nexthop with transport mode.Steffen Klassert2018-02-201-2/+2
| * xfrm: do not call rcu_read_unlock when afinfo is NULL in xfrm_get_tosXin Long2018-02-191-2/+5
| * xfrm: reuse uncached_list to track xdstsXin Long2018-02-166-11/+29
| * xfrm_user: uncoditionally validate esn replay attribute structFlorian Westphal2018-02-131-13/+8
| * xfrm: Fix policy hold queue after flowcache removal.Steffen Klassert2018-02-131-1/+1
| * xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systemsSteffen Klassert2018-02-021-0/+5
* | net: dsa: Fix dsa_is_user_port() test inversionFlorian Fainelli2018-03-121-1/+1
* | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2018-03-123-40/+33
|\ \
| * | e1000e: Fix link check race conditionBenjamin Poirier2018-03-122-21/+24
| * | Revert "e1000e: Separate signaling for link check/link up"Benjamin Poirier2018-03-123-19/+9
* | | Merge branch 'l2tp-fix-races-with-ipv4-mapped-ipv6-addresses'David S. Miller2018-03-123-30/+32
|\ \ \
| * | | l2tp: fix races with ipv4-mapped ipv6 addressesPaolo Abeni2018-03-122-23/+18
| * | | net: ipv6: keep sk status consistent after datagram connect failurePaolo Abeni2018-03-121-7/+14
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-03-128-11/+86
|\ \ \
| * | | netfilter: nf_tables: release flowtable hooksPablo Neira Ayuso2018-03-111-0/+1
| * | | netfilter: bridge: ebt_among: add more missing match size checksFlorian Westphal2018-03-111-0/+34
| * | | netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal2018-03-114-9/+45
| * | | netfilter: ebtables: fix erroneous reject of last ruleFlorian Westphal2018-03-111-1/+5
| * | | netfilter: nft_set_hash: skip fixed hash if timeout is specifiedPablo Neira Ayuso2018-03-061-1/+1
* | | | Merge tag 'linux-can-fixes-for-4.16-20180312' of ssh://gitolite.kernel.org/pu...David S. Miller2018-03-124-48/+67
|\ \ \ \
| * | | | can: m_can: select pinctrl state in each suspend/resume functionBich HEMON2018-03-121-0/+5
| * | | | can: peak/pcie_fd: remove useless code when interface startsStephane Grosjean2018-03-121-11/+2
| * | | | can: peak/pcie_fd: fix echo_skb is occupied! bugStephane Grosjean2018-03-122-8/+12
| * | | | can: ifi: Repair the error handlingMarek Vasut2018-03-121-27/+37
| * | | | can: ifi: Check core revision upon probeMarek Vasut2018-03-121-1/+10
| * | | | can: m_can: change comparison to bitshift when dealing with a maskWolfram Sang2018-03-121-1/+1
* | | | | sock_diag: request _diag module only when the family or proto has been regist...Xin Long2018-03-126-10/+33
* | | | | Merge branch 'bnxt_en-Bug-fixes'David S. Miller2018-03-123-96/+118
|\ \ \ \ \ | |_|_|/ / |/| | | |