summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2019-09-18Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+1
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-3102/+14737
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-73/+33
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-6/+1
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-14/+40
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+2
2019-09-17SUNRPC: RPC level errors should always set task->tk_rpc_statusTrond Myklebust-4/+7
2019-09-17SUNRPC: Don't receive TCP data into a request buffer that has been resetTrond Myklebust-1/+7
2019-09-17SUNRPC: Dequeue the request from the receive queue while we're re-encodingTrond Myklebust-26/+34
2019-09-16Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+2
2019-09-16ethtool: implement Energy Detect Powerdown support via phy-tunableAlexandru Ardelean-0/+6
2019-09-16drop_monitor: Better sanitize notified packetsIdo Schimmel-0/+6
2019-09-16net: dsa: sja1105: Advertise the 8 TX queuesVladimir Oltean-1/+2
2019-09-16net: dsa: Pass ndo_setup_tc slave callback to driversVladimir Oltean-4/+8
2019-09-16taprio: Add support for hardware offloadingVinicius Costa Gomes-43/+366
2019-09-16tcp: Add snd_wnd to TCP_INFOThomas Higdon-0/+1
2019-09-16tcp: Add TCP_INFO counter for packets received out-of-orderThomas Higdon-0/+3
2019-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-1/+1
2019-09-16libceph: use ceph_kvmalloc() for osdmap arraysIlya Dryomov-26/+43
2019-09-16libceph: avoid a __vmalloc() deadlock in ceph_kvmalloc()Ilya Dryomov-6/+23
2019-09-16libceph: drop unused con parameter of calc_target()Ilya Dryomov-7/+5
2019-09-16libceph: handle OSD op ceph_pagelist_append() errorsDavid Disseldorp-5/+22
2019-09-16libceph: add function that clears osd client's abort_errYan, Zheng-0/+8
2019-09-16libceph: add function that reset client's entity addrYan, Zheng-0/+39
2019-09-16net: sched: use get_dev() action API in flow_action infraVlad Buslov-18/+16
2019-09-16net: sched: take reference to psample group in flow_action infraVlad Buslov-8/+52
2019-09-16net: sched: extend flow_action_entry with destructorVlad Buslov-32/+45
2019-09-16ip6_gre: fix a dst leak in ip6erspan_tunnel_xmitXin Long-1/+1
2019-09-16udp: correct reuseport selection with connected socketsWillem de Bruijn-6/+23
2019-09-15net/rds: Fix 'ib_evt_handler_call' element in 'rds_ib_stat_names'Gerd Rausch-1/+1
2019-09-15net_sched: let qdisc_put() accept NULL pointerCong Wang-0/+3
2019-09-15net: dsa: Fix load order between DSA drivers and taggersAndrew Lunn-0/+2
2019-09-15net/sched: fix race between deactivation and dequeue for NOLOCK qdiscPaolo Abeni-6/+10
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-121/+152
2019-09-13net: devlink: move reload fail indication to devlink core and expose to userJiri Pirko-1/+20
2019-09-13net: devlink: split reload op into twoJiri Pirko-4/+12
2019-09-13sctp: destroy bucket if failed to bind addrMao Wenan-4/+6
2019-09-13sctp: remove redundant assignment when call sctp_get_port_localMao Wenan-2/+1
2019-09-13sctp: change return type of sctp_get_port_localMao Wenan-4/+4
2019-09-13Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe-722/+1234
2019-09-13ip: support SO_MARK cmsgWillem de Bruijn-8/+13
2019-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-112/+380
2019-09-13netfilter: conntrack: move code to linux/nf_conntrack_common.h.Jeremy Sowden-1/+0
2019-09-13netfilter: move nf_bridge_frag_data struct definition to a more appropriate h...Jeremy Sowden-9/+9
2019-09-13netfilter: move inline nf_ip6_ext_hdr() function to a more appropriate header.Jeremy Sowden-4/+4
2019-09-13netfilter: remove nf_conntrack_icmpv6.h header.Jeremy Sowden-1/+0
2019-09-13netfilter: update include directives.Jeremy Sowden-9/+16
2019-09-13netfilter: inline xt_hashlimit, ebt_802_3 and xt_physdev headersJeremy Sowden-4/+16
2019-09-13netfilter: fix coding-style errors.Jeremy Sowden-10/+10
2019-09-13netfilter: nf_tables_offload: remove rules when the device unregisterswenxu-4/+50