aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-21net: bridge: Stop calling switchdev_port_attr_get()Florian Fainelli1-6/+5
2019-02-21net: dsa: Add setter for SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGSFlorian Fainelli3-0/+18
2019-02-21net: dsa: enable flooding for bridge portsRussell King1-3/+13
2019-02-21net: dsa: add support for bridge flagsRussell King3-0/+28
2019-02-21tipc: improve function tipc_wait_for_rcvmsg()Tung Nguyen1-4/+5
2019-02-21tipc: improve function tipc_wait_for_cond()Tung Nguyen1-1/+1
2019-02-21bridge: remove redundant check on err in br_multicast_ipv4_rcvLi RongQing1-6/+1
2019-02-21net: remove unneeded switch fall-throughLi RongQing2-2/+0
2019-02-21net: sched: potential NULL dereference in tcf_block_find()Dan Carpenter1-1/+3
2019-02-21ipmr: ip6mr: Create new sockopt to clear mfc cache or vifsCallum Sinclair2-54/+99
2019-02-21devlink: Modify reply of DEVLINK_CMD_HEALTH_REPORTER_GETAya Levin1-2/+4
2019-02-21devlink: Rename devlink health attributesAya Levin1-2/+2
2019-02-21net/smc: allow PCI IDs as ib device names in the pnet tableHans Wippel1-2/+4
2019-02-21net/smc: add pnet table namespace supportHans Wippel4-43/+162
2019-02-21net/smc: add smcd support to the pnet tableHans Wippel1-7/+80
2019-02-21net/smc: rework pnet tableHans Wippel4-194/+249
2019-02-21net/smc: cleanup for smcr_tx_sndbuf_nonemptyUrsula Braun1-3/+2
2019-02-21net/smc: fix smc_poll in SMC_INIT stateUrsula Braun1-3/+3
2019-02-21ipv6: route: enforce RCU protection in ip6_route_check_nh_onlink()Paolo Abeni1-1/+5
2019-02-21ipv6: route: enforce RCU protection in rt6_update_exception_stamp_rt()Paolo Abeni1-5/+6
2019-02-21Merge tag 'ceph-for-5.0-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds1-6/+9
2019-02-21Revert "xsk: simplify AF_XDP socket teardown"Björn Töpel1-1/+15
2019-02-20net_sched: fix a memory leak in cls_tcindexCong Wang1-13/+24
2019-02-20net_sched: fix a race condition in tcindex_destroy()Cong Wang1-7/+11
2019-02-20missing barriers in some of unix_sock ->addr and ->path accessesAl Viro2-25/+35
2019-02-20gso: validate gso_type on ipip style tunnelsWillem de Bruijn2-4/+40
2019-02-20net: dsa: fix unintended change of bridge interface STP stateRussell King1-3/+4
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-155/+150
2019-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds13-143/+108
2019-02-19Merge branch 'ieee802154-for-davem-2019-02-19' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-nextDavid S. Miller1-112/+29
2019-02-19net: rose: add missing dev_put() on error in rose_bindYueHaibing1-1/+3
2019-02-19net/tls: Move protocol constants from cipher context to tls contextVakul Garg3-93/+120
2019-02-196lowpan: use rbtree for IP frag queuePeter Oskolkov1-112/+29
2019-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-1/+5
2019-02-18net: dsa: Implement flow_dissect callback for tag_dsa.Rundong Ge2-0/+18
2019-02-18net: sched: using kfree_rcu() to simplify the codeWei Yongjun1-6/+1
2019-02-18mac80211: mesh: fix missing unlock on error in table_path_del()Wei Yongjun1-1/+1
2019-02-19bpf/test_run: fix unkillable BPF_PROG_TEST_RUNStanislav Fomichev1-21/+24
2019-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller17-55/+154
2019-02-18libceph: handle an empty authorize replyIlya Dryomov1-6/+9
2019-02-18xfrm: Fix inbound traffic via XFRM interfaces across network namespacesTobias Brunner2-3/+5
2019-02-17net: Do not allocate page fragments that are not skb alignedAlexander Duyck1-0/+4
2019-02-17tcp: tcp_v4_err() should be more carefulEric Dumazet1-1/+4
2019-02-17tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet1-1/+1
2019-02-17net: sched: sch_api: set an error msg when qdisc_alloc_handle() failsIvan Vecera1-2/+4
2019-02-17ethtool: add compat for flash updateJakub Kicinski2-3/+39
2019-02-17devlink: add flash update commandJakub Kicinski1-0/+30
2019-02-17net: sched: cgroup: verify that filter is not NULL during walkVlad Buslov1-0/+2
2019-02-17net: sched: matchall: verify that filter is not NULL in mall_walk()Vlad Buslov1-0/+3
2019-02-17net: sched: route: don't set arg->stop in route4_walk() when emptyVlad Buslov1-4/+1