summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2020-05-19net: add a new ndo_tunnel_ioctl methodChristoph Hellwig
2020-05-19net/af_iucv: clean up function prototypesJulian Wiedmann
2020-05-18ipv4,appletalk: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig
2020-05-18ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig
2020-05-18ipv6: lift copy_from_user out of ipv6_route_ioctlChristoph Hellwig
2020-05-16mptcp: Use 32-bit DATA_ACK when possibleChristoph Paasch
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-15inet_connection_sock: factor out destroy helper.Paolo Abeni
2020-05-15mptcp: add new sock flag to deal with join subflowsPaolo Abeni
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-05-15net: sched: implement terse dump support in actVlad Buslov
2020-05-15net: sched: introduce terse dump flagVlad Buslov
2020-05-14xdp: For Intel AF_XDP drivers add XDP frame_szJesper Dangaard Brouer
2020-05-14xdp: Xdp_frame add member frame_sz and handle in convert_to_xdp_frameJesper Dangaard Brouer
2020-05-14xdp: Add frame size to xdp_buffJesper Dangaard Brouer
2020-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-05-13bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song
2020-05-13Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2020-05-13Bluetooth: Add hook for driver to prevent wake from suspendAbhishek Pandit-Subedi
2020-05-13Bluetooth: Rename BT_SUSPEND_COMPLETEAbhishek Pandit-Subedi
2020-05-12net: dsa: provide an option for drivers to always receive bridge VLANsRussell King
2020-05-12tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet
2020-05-11ipv6: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-11netfilter: flowtable: Add pending bit for offload workPaul Blakey
2020-05-11Bluetooth: Introduce debug feature when dynamic debug is disabledMarcel Holtmann
2020-05-11Bluetooth: Add support for experimental features configurationMarcel Holtmann
2020-05-11Bluetooth: Introduce HCI_MGMT_HDEV_OPTIONAL optionMarcel Holtmann
2020-05-11Bluetooth: replace zero-length array with flexible-array memberMarcel Holtmann
2020-05-10net: dsa: introduce a dsa_switch_find functionVladimir Oltean
2020-05-10net: dsa: permit cross-chip bridging between all trees in the systemVladimir Oltean
2020-05-10net: bridge: allow enslaving some DSA master network devicesVladimir Oltean
2020-05-10netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann
2020-05-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed
2020-05-08net/dst: use a smaller percpu_counter batch for dst entries accountingEric Dumazet
2020-05-09bpf: Allow any port in bpf_bind helperStanislav Fomichev
2020-05-09net: Refactor arguments of inet{,6}_bindStanislav Fomichev
2020-05-07bonding: propagate transmit statusEric Dumazet
2020-05-07netpoll: accept NULL np argument in netpoll_send_skb()Eric Dumazet
2020-05-07net: dsa: introduce a dsa_port_from_netdev public helperVladimir Oltean
2020-05-07net: bareudp: avoid uninitialized variable warningArnd Bergmann
2020-05-07net: remove spurious declaration of tcp_default_init_rwnd()Maciej Żenczykowski
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-06net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso
2020-05-06tcp: refine tcp_pacing_delay() for very low pacing ratesEric Dumazet
2020-05-06ipv6: Implement draft-ietf-6man-rfc4941bisFernando Gont
2020-05-05erspan: Add type I version 0 support.William Tu
2020-05-04xsk: Remove unnecessary member in xdp_umemMagnus Karlsson
2020-05-04xsk: Change two variable names for increased clarityMagnus Karlsson
2020-05-04bonding: remove useless stats_lock_keyCong Wang