summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2020-05-08bonding: propagate transmit statusEric Dumazet1-5/+8
2020-05-08netpoll: accept NULL np argument in netpoll_send_skb()Eric Dumazet1-4/+1
2020-05-08net: dsa: introduce a dsa_port_from_netdev public helperVladimir Oltean1-0/+1
2020-05-08net: bareudp: avoid uninitialized variable warningArnd Bergmann1-2/+0
2020-05-07net: remove spurious declaration of tcp_default_init_rwnd()Maciej Żenczykowski1-1/+0
2020-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-7/+75
2020-05-07net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso1-1/+8
2020-05-07tcp: refine tcp_pacing_delay() for very low pacing ratesEric Dumazet1-13/+8
2020-05-07ipv6: Implement draft-ietf-6man-rfc4941bisFernando Gont1-1/+0
2020-05-06xfrm: remove output_finish indirection from xfrm_state_afinfoFlorian Westphal1-1/+0
2020-05-06xfrm: remove extract_output indirection from xfrm_state_afinfoFlorian Westphal1-3/+0
2020-05-06xfrm: place xfrm6_local_dontfrag in xfrm.hFlorian Westphal1-0/+16
2020-05-06xfrm: expose local_rxpmtu via ipv6_stubsFlorian Westphal2-0/+2
2020-05-06xfrm: move xfrm4_extract_header to common helperFlorian Westphal1-1/+0
2020-05-06xfrm: state: remove extract_input indirection from xfrm_state_afinfoFlorian Westphal1-3/+0
2020-05-06xfrm: avoid extract_output indirection for ipv4Florian Westphal1-1/+0
2020-05-05erspan: Add type I version 0 support.William Tu1-2/+17
2020-05-04xsk: Remove unnecessary member in xdp_umemMagnus Karlsson1-1/+0
2020-05-04xsk: Change two variable names for increased clarityMagnus Karlsson1-2/+2
2020-05-04bonding: remove useless stats_lock_keyCong Wang1-1/+0
2020-05-04net_sched: fix tcm_parent in tc filter dumpCong Wang1-0/+1
2020-05-02net: schedule: add action gate offloadingPo Liu2-0/+109
2020-05-02net: qos: introduce a gate control flow actionPo Liu1-0/+47
2020-05-02net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAXCambda Zhu1-0/+1
2020-05-01ipv6: Use global sernum for dst validation with nexthop objectsDavid Ahern2-0/+11
2020-05-01bonding: Add array of all slavesMaor Gottlieb1-1/+2
2020-05-01bonding/alb: Add helper functions to get the xmit slaveMaor Gottlieb1-0/+4
2020-05-01bonding: Rename slave_arr to usable_slavesMaor Gottlieb1-1/+1
2020-05-01tunnel: Propagate ECT(1) when decapsulating as recommended by RFC6040Toke Høiland-Jørgensen1-2/+55
2020-05-01netlink: add infrastructure to expose policies to userspaceJohannes Berg1-0/+6
2020-05-01netlink: factor out policy range helpersJohannes Berg1-0/+5
2020-05-01netlink: remove NLA_EXACT_LEN_WARNJohannes Berg1-7/+8
2020-05-01netlink: allow NLA_MSECS to have range validationJohannes Berg1-2/+4
2020-05-01netlink: extend policy range validationJohannes Berg1-0/+45
2020-05-01netlink: remove type-unsafe validation_data pointerJohannes Berg1-28/+32
2020-04-30tcp: add hrtimer slack to sack compressionEric Dumazet1-0/+1
2020-04-30docs: networking: convert radiotap-headers.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-04-30mptcp: move option parsing into mptcp_incoming_options()Paolo Abeni1-2/+0
2020-04-30mptcp: consolidate synack processing.Paolo Abeni1-1/+0
2020-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+4
2020-04-29mac80211: fix memory overlap due to variable length paramRajkumar Manoharan1-2/+5
2020-04-28net: ipv4: add sysctl for nexthop api compatibility modeRoopa Prabhu1-0/+2
2020-04-28net: ipv6: new arg skip_notify to ip6_rt_delRoopa Prabhu2-2/+2
2020-04-28Bluetooth: Adding driver and quirk defs for multi-role LEAlain Michaud1-0/+9
2020-04-28xfrm: add IPv6 support for espintcpSabrina Dubroca1-0/+2
2020-04-28xfrm: add support for UDPv6 encapsulation of ESPSabrina Dubroca2-0/+8
2020-04-27netfilter: nf_tables: allow up to 64 bytes in the set element data areaPablo Neira Ayuso1-0/+4
2020-04-27switchdev: mrp: Extend switchdev API to offload MRPHoratiu Vultur1-0/+62
2020-04-26tcp: mptcp: use mptcp receive buffer space to select rcv windowFlorian Westphal1-0/+3
2020-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-3/+5