aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-19netfilter: remove the compat argument to xt_copy_counters_from_userChristoph Hellwig1-1/+1
2020-07-19netfilter: remove the compat_{get,set} methodsChristoph Hellwig1-14/+0
2020-07-19net: remove compat_sys_{get,set}sockoptChristoph Hellwig3-6/+6
2020-07-19net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig2-10/+0
2020-07-19net: simplify cBPF setsockopt compat handlingChristoph Hellwig2-3/+2
2020-07-19net/atm: remove the atmdev_ops {get, set}sockopt methodsChristoph Hellwig1-9/+0
2020-07-19net: phy: add USXGMII link partner ability constantsMichael Walle1-0/+26
2020-07-17Merge tag 'mlx5-updates-2020-07-16' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller4-6/+20
2020-07-17tcp: add SNMP counter for no. of duplicate segments reported by DSACKPriyaranjan Jha1-0/+1
2020-07-17net: usbnet: export usbnet_set_rx_mode()Bjørn Mork1-0/+1
2020-07-17net: cdc_ether: export usbnet_cdc_update_filterMiguel Rodríguez Pérez1-0/+1
2020-07-16Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata1-4/+2
2020-07-16net: sched: Do not drop root lock in tcf_qevent_handle()Petr Machata1-2/+2
2020-07-16net/mlx5: Add IPsec related Flow steering entry's fieldsHuy Nguyen2-3/+14
2020-07-16net/mlx5: Accel, Add core IPsec support for the Connect-X familyRaed Salem2-3/+6
2020-07-15net: ipv6: drop duplicate word in commentRandy Dunlap1-1/+1
2020-07-15net: sctp: drop duplicate words in commentsRandy Dunlap2-4/+4
2020-07-15net: ip6_fib.h: drop duplicate word in commentRandy Dunlap1-1/+1
2020-07-15net: dsa.h: drop duplicate word in commentRandy Dunlap1-1/+1
2020-07-15net: caif: drop duplicate words in commentsRandy Dunlap2-3/+3
2020-07-15net: 9p: drop duplicate word in commentRandy Dunlap1-1/+1
2020-07-15net: wimax: fix duplicate words in commentsRandy Dunlap2-3/+3
2020-07-15net: skbuff.h: drop duplicate words in commentsRandy Dunlap1-2/+2
2020-07-15net: qed: drop duplicate words in commentsRandy Dunlap2-2/+2
2020-07-15netpoll: Remove unused inline function netpoll_netdev_init()YueHaibing1-3/+0
2020-07-15mptcp: Remove unused inline function mptcp_rcv_synsent()YueHaibing1-4/+0
2020-07-15net: flow: Remove unused inline functionYueHaibing1-18/+0
2020-07-15cipso: Remove unused inline functionsYueHaibing1-12/+0
2020-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller7-29/+34
2020-07-14net: bridge: Add port attribute IFLA_BRPORT_MRP_IN_OPENHoratiu Vultur1-0/+1
2020-07-14bridge: uapi: mrp: Extend MRP_INFO attributes for interconnect statusHoratiu Vultur1-0/+5
2020-07-14bridge: mrp: Extend bridge interfaceHoratiu Vultur1-0/+1
2020-07-14bridge: uapi: mrp: Extend MRP attributes for MRP interconnectHoratiu Vultur2-0/+91
2020-07-14switchdev: mrp: Extend switchdev API for MRP InterconnectHoratiu Vultur1-0/+38
2020-07-14Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace into bpf-nextAlexei Starovoitov6-28/+24
2020-07-14bpf: Fix cross build for CONFIG_DEBUG_INFO_BTF optionJiri Olsa1-1/+1
2020-07-14bpf: Fix build for disabled CONFIG_DEBUG_INFO_BTF optionJiri Olsa1-0/+9
2020-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller7-1/+115
2020-07-13net: mscc: ocelot: extend watermark encoding functionMaxim Kochetkov1-0/+1
2020-07-13net: mscc: ocelot: convert SYS_PAUSE_CFG register access to regfieldMaxim Kochetkov2-10/+3
2020-07-13net: dsa: felix: create a template for the DSA tags on xmitVladimir Oltean1-0/+2
2020-07-13net: mscc: ocelot: convert QSYS_SWITCH_PORT_MODE and SYS_PORT_MODE to regfieldsVladimir Oltean3-26/+15
2020-07-13soc: mscc: ocelot: add MII registers descriptionMaxim Kochetkov1-0/+5
2020-07-13net: mscc: ocelot: convert port registers to regmapVladimir Oltean2-79/+41
2020-07-13net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata1-3/+6
2020-07-13atm: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-13xsk: Add xdp statistics to xsk_diagCiara Loftus1-0/+11
2020-07-13xsk: Add new statisticsCiara Loftus2-1/+8
2020-07-13bpf: Add BTF_ID_LIST/BTF_ID/BTF_ID_UNUSED macrosJiri Olsa2-0/+91
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller59-191/+586