summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: ethtool: netlink: Add support for triggering a cable testAndrew Lunn2020-05-105-1/+62
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2020-05-091-0/+22
|\
| * net/core: Introduce netdev_get_xmit_slaveMaor Gottlieb2020-05-011-0/+22
* | ipv6: use DST_NOCOUNT in ip6_rt_pcpu_alloc()Eric Dumazet2020-05-081-1/+1
* | ieee802154: 6lowpan: remove unnecessary comparisonYang Yingliang2020-05-081-1/+1
* | net/dst: use a smaller percpu_counter batch for dst entries accountingEric Dumazet2020-05-082-4/+7
* | net: relax SO_TXTIME CAP_NET_ADMIN checkEric Dumazet2020-05-071-10/+18
* | netpoll: accept NULL np argument in netpoll_send_skb()Eric Dumazet2020-05-074-13/+13
* | netpoll: netpoll_send_skb() returns transmit statusEric Dumazet2020-05-071-4/+7
* | netpoll: move netpoll_send_skb() out of lineEric Dumazet2020-05-071-2/+11
* | netpoll: remove dev argument from netpoll_send_skb_on_dev()Eric Dumazet2020-05-071-4/+6
* | net/smc: remove set but not used variables 'del_llc, del_llc_resp'YueHaibing2020-05-071-7/+1
* | tcp: tcp_mark_head_lost is only valid for sack-tcpzhang kai2020-05-071-25/+7
* | net: remove newlines in NL_SET_ERR_MSG_MODJacob Keller2020-05-073-5/+5
* | hsr: remove WARN_ONCE() in hsr_fill_frame_info()Taehee Yoo2020-05-071-1/+1
* | net: dsa: introduce a dsa_port_from_netdev public helperVladimir Oltean2020-05-071-0/+9
* | net: qrtr: Do not depend on ARCH_QCOMManivannan Sadhasivam2020-05-071-1/+0
* | net: qrtr: Add MHI transport layerManivannan Sadhasivam2020-05-073-0/+136
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-0635-174/+316
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-0632-163/+285
| |\ \
| | * | net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso2020-05-061-2/+12
| | * | net: dsa: Do not leave DSA master with NULL netdev_opsFlorian Fainelli2020-05-061-1/+2
| | * | net: dsa: remove duplicate assignment in dsa_slave_add_cls_matchall_mirredVladimir Oltean2020-05-061-5/+3
| | * | seg6: fix SRH processing to comply with RFC8754Ahmed Abdelsalam2020-05-061-2/+8
| | * | net: hsr: fix incorrect type usage for protocol variableMurali Karicheri2020-05-061-1/+1
| | * | neigh: send protocol value in neighbor create notificationRoman Mashak2020-05-051-3/+3
| | * | atm: fix a memory leak of vcc->user_backCong Wang2020-05-041-0/+6
| | * | atm: fix a UAF in lec_arp_clear_vccs()Cong Wang2020-05-041-11/+11
| | * | net_sched: fix tcm_parent in tc filter dumpCong Wang2020-05-041-4/+4
| | * | devlink: Fix reporter's recovery conditionAya Levin2020-05-041-2/+5
| | * | tipc: fix partial topology connection closureTuong Lien2020-05-041-2/+3
| | * | net: dsa: Do not make user port errors fatalFlorian Fainelli2020-05-041-1/+1
| | * | net_sched: sch_skbprio: add message validation to skbprio_change()Eric Dumazet2020-05-031-0/+3
| | * | drop_monitor: work around gcc-10 stringop-overflow warningArnd Bergmann2020-05-011-4/+7
| | * | devlink: fix return value after hitting end in region readJakub Kicinski2020-05-011-0/+5
| | * | ipv6: Use global sernum for dst validation with nexthop objectsDavid Ahern2020-05-011-0/+25
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-04-302-8/+8
| | |\ \
| | | * | netfilter: nf_osf: avoid passing pointer to local varArnd Bergmann2020-04-291-5/+7
| | | * | netfilter: nat: never update the UDP checksum when it's 0Guillaume Nault2020-04-261-3/+1
| | * | | net: bridge: vlan: Add a schedule point during VLAN processingIdo Schimmel2020-04-301-0/+1
| | * | | mptcp: fix uninitialized value accessPaolo Abeni2020-04-301-1/+1
| | * | | mptcp: initialize the data_fin field for mpc packetsPaolo Abeni2020-04-301-0/+1
| | * | | mptcp: fix 'use_ack' option access.Paolo Abeni2020-04-301-1/+1
| | * | | mptcp: avoid a WARN on bad input.Paolo Abeni2020-04-301-2/+2
| | * | | mptcp: move option parsing into mptcp_incoming_options()Paolo Abeni2020-04-305-69/+115
| | * | | mptcp: consolidate synack processing.Paolo Abeni2020-04-303-28/+24
| | * | | mptcp: replace mptcp_disconnect with a stubFlorian Westphal2020-04-291-5/+6
| | * | | net/x25: Fix null-ptr-deref in x25_disconnectYueHaibing2020-04-281-4/+6
| | * | | Merge tag 'batadv-net-for-davem-20200427' of git://git.open-mesh.org/linux-mergeDavid S. Miller2020-04-273-10/+4
| | |\ \ \
| | | * | | batman-adv: Fix refcnt leak in batadv_v_ogm_processXiyu Yang2020-04-211-1/+1