aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-12ethtool: add CHANNELS_NTF notificationMichal Kubecek3-1/+10
2020-03-12ethtool: set device channel counts with CHANNELS_SET requestMichal Kubecek6-31/+154
2020-03-12ethtool: provide channel counts with CHANNELS_GET requestMichal Kubecek4-1/+119
2020-03-12ethtool: add RINGS_NTF notificationMichal Kubecek3-1/+10
2020-03-12ethtool: set device ring sizes with RINGS_SET requestMichal Kubecek3-0/+95
2020-03-12ethtool: provide ring sizes with RINGS_GET requestMichal Kubecek4-1/+118
2020-03-12ethtool: add PRIVFLAGS_NTF notificationMichal Kubecek3-0/+7
2020-03-12ethtool: set device private flags with PRIVFLAGS_SET requestMichal Kubecek3-0/+76
2020-03-12ethtool: provide private flags with PRIVFLAGS_GET requestMichal Kubecek4-1/+146
2020-03-12ethtool: add FEATURES_NTF notificationMichal Kubecek2-1/+32
2020-03-12ethtool: set netdev features with FEATURES_SET requestMichal Kubecek3-0/+175
2020-03-12ethtool: add ethnl_parse_bitset() helperMichal Kubecek2-0/+98
2020-03-12ethtool: provide netdev features with FEATURES_GET requestMichal Kubecek6-3/+143
2020-03-12ethtool: update mapping of features to legacy ioctl requestsMichal Kubecek1-2/+3
2020-03-12ethtool: rename ethnl_parse_header() to ethnl_parse_header_dev_get()Michal Kubecek6-17/+25
2020-03-12flow_offload: Add flow_match_ct to get rule ct matchPaul Blakey1-0/+7
2020-03-12net/sched: act_ct: Enable hardware offload of flow table entiresPaul Blakey2-0/+3
2020-03-12net/sched: act_ct: Support refreshing the flow table entriesPaul Blakey3-13/+16
2020-03-12net/sched: act_ct: Support restoring conntrack info on skbsPaul Blakey1-0/+16
2020-03-12net/sched: act_ct: Instantiate flow table entry actionsPaul Blakey2-23/+207
2020-03-12netfilter: flowtable: Add API for registering to flow table eventsPaul Blakey2-0/+51
2020-03-12Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller4-19/+101
2020-03-12tcp: Forbid to bind more than one sockets haveing SO_REUSEADDR and SO_REUSEPORT per EUID.Kuniyuki Iwashima1-3/+9
2020-03-12tcp: bind(0) remove the SO_REUSEADDR restriction when ephemeral ports are exhausted.Kuniyuki Iwashima2-1/+18
2020-03-12tcp: Remove unnecessary conditions in inet_csk_bind_conflict().Kuniyuki Iwashima1-10/+8
2020-03-12Revert "net: sched: make newly activated qdiscs visible"Julian Wiedmann2-22/+0
2020-03-11net: mptcp: don't hang before sending 'MP capable with data'Davide Caratti1-0/+4
2020-03-11net: Add missing annotation for *netlink_seq_start()Jules Irenge1-0/+1
2020-03-11tcp: Add missing annotation for tcp_child_process()Jules Irenge1-0/+1
2020-03-11raw: Add missing annotations to raw_seq_start() and raw_seq_stop()Jules Irenge1-0/+2
2020-03-11net: sched: make newly activated qdiscs visibleJulian Wiedmann2-0/+22
2020-03-10pktgen: Allow on loopback deviceLukas Wunner1-2/+2
2020-03-09mptcp: don't grow mptcp socket receive buffer when rcvbuf is lockedFlorian Westphal1-4/+6
2020-03-09Merge tag 'batadv-next-for-davem-20200306' of git://git.open-mesh.org/linux-mergeDavid S. Miller3-6/+6
2020-03-09net: sched: pie: change tc_pie_xstats->probLeslie Monis1-1/+1
2020-03-09tcp: add bytes not sent to SCM_TIMESTAMPING_OPT_STATSYousuk Seung1-0/+3
2020-03-08net/sched: act_ct: fix lockdep splat in tcf_ct_flow_table_getEric Dumazet1-13/+11
2020-03-08sched: act: allow user to specify type of HW stats for a filterJiri Pirko2-0/+43
2020-03-08flow_offload: check for basic action hw stats typeJiri Pirko1-0/+4
2020-03-05net: sched: Make FIFO Qdisc offloadablePetr Machata1-6/+91
2020-03-05ethtool: add infrastructure for centralized checking of coalescing parametersJakub Kicinski1-0/+66
2020-03-05hsr: fix refcnt leak of hsr slave interfaceTaehee Yoo1-4/+1
2020-03-04net: mscc: ocelot: eliminate confusion between CPU and NPI portVladimir Oltean1-1/+2
2020-03-04pie: remove pie_vars->accu_prob_overflowsLeslie Monis2-16/+6
2020-03-04pie: remove unnecessary type castingLeslie Monis1-2/+2
2020-03-04pie: use term backlog instead of qlenLeslie Monis1-11/+11
2020-03-04net/sched: act_ct: Use pskb_network_may_pull()Paul Blakey1-8/+8
2020-03-04net/sched: act_ct: Fix ipv6 lookup of offloaded connectionsPaul Blakey1-34/+26
2020-03-03net: dsa: Add bypass operations for the flower classifier-action filterVladimir Oltean1-0/+60
2020-03-03net: qrtr: Fix FIXME related to qrtr_ns_init()Bjorn Andersson3-11/+3