aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-23sctp: cache netns in sctp_ep_commonXin Long3-2/+4
2019-11-23sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcookNavid Emamdoost1-1/+3
2019-11-23net: gro: use vlan API instead of accessing directlyTonghao Zhang1-1/+1
2019-11-23net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King2-10/+13
2019-11-23net: use rhashtable_lookup() instead of rhashtable_lookup_fast()Taehee Yoo1-1/+1
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-33/+112
2019-11-22SUNRPC: Capture completion of all RPC tasksChuck Lever1-0/+1
2019-11-22seg6: allow local packet processing for SRv6 End.DT6 behaviorAndrea Mayer1-4/+18
2019-11-22Merge tag 'mac80211-next-for-net-next-2019-11-22' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller10-24/+900
2019-11-22tipc: support in-order name publication eventsTuong Lien2-8/+47
2019-11-22tipc: update replicast capability for broadcast send linkHoang Le4-5/+11
2019-11-22udp: drop skb extensions before marking skb statelessFlorian Westphal1-5/+22
2019-11-22net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter1-1/+22
2019-11-22net/core: Add support for getting VF GUIDsDanit Goldberg1-0/+14
2019-11-22mac80211: Use Airtime-based Queue Limits (AQL) on packet dequeueToke Høiland-Jørgensen2-0/+44
2019-11-22mac80211: Implement Airtime-based Queue Limit (AQL)Kan Yan7-14/+225
2019-11-22mac80211: Import airtime calculation code from mt76Toke Høiland-Jørgensen3-1/+603
2019-11-22mac80211: consider QoS Null frames for STA_NULLFUNC_ACKEDThomas Pedersen1-1/+2
2019-11-22mac80211: expose HW conf flags through debugfsThomas Pedersen1-0/+3
2019-11-22mac80211: Add new sta_info getter by sta/vif addrsToke Høiland-Jørgensen3-8/+20
2019-11-22mac80211: add a comment about monitor-to-dev injectionJohannes Berg1-0/+3
2019-11-22Bluetooth: Fix memory leak in hci_connect_le_scanNavid Emamdoost1-1/+3
2019-11-22Bluetooth: Allow combination of BDADDR_PROPERTY and INVALID_BDADDR quirksMarcel Holtmann1-2/+24
2019-11-21net-ipv6: IPV6_TRANSPARENT - check NET_RAW prior to NET_ADMINMaciej Żenczykowski1-2/+2
2019-11-21hv_sock: Add the support of hibernationDexuan Cui1-0/+20
2019-11-21ipv4: use dst hint for ipv4 list receivePaolo Abeni2-4/+73
2019-11-21ipv4: move fib4_has_custom_rules() helper to public headerPaolo Abeni1-10/+0
2019-11-21ipv6: introduce and uses route look hints for list input.Paolo Abeni1-2/+24
2019-11-21ipv6: keep track of routes using srcPaolo Abeni2-0/+7
2019-11-21net: dsa: ocelot: add hardware timestamping support for FelixYangbo Lu1-1/+13
2019-11-21SUNRPC: Fix backchannel latency metricsChuck Lever2-1/+3
2019-11-21bpf: skmsg, fix potential psock NULL pointer dereferenceJohn Fastabend1-5/+8
2019-11-21net: Fix Kconfig indentation, continuedKrzysztof Kozlowski5-148/+148
2019-11-21lwtunnel: check erspan options before allocating tun_infoXin Long1-8/+16
2019-11-21lwtunnel: be STRICT to validate the new LWTUNNEL_IP(6)_OPTSXin Long1-0/+3
2019-11-21net: remove the unnecessary strict_start_type in some policiesXin Long3-3/+0
2019-11-21net: sched: allow flower to match erspan optionsXin Long1-0/+145
2019-11-21net: sched: allow flower to match vxlan optionsXin Long1-0/+109
2019-11-21net: sched: add erspan option support to act_tunnel_keyXin Long1-0/+118
2019-11-21net: sched: add vxlan option support to act_tunnel_keyXin Long1-1/+84
2019-11-21vsock: avoid to assign transport if its initialization failsStefano Garzarella1-1/+8
2019-11-20tcp: warn if offset reach the maxlen limit when using snprintfHangbin Liu3-0/+13
2019-11-20ip_gre: Make none-tun-dst gre tunnel store tunnel info as metadat_dst in recvwenxu1-1/+5
2019-11-20net-sysfs: fix netdev_queue_add_kobject() breakageEric Dumazet1-0/+1
2019-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-12/+45
2019-11-20net: ipconfig: Wait for deferred device probesThomas Bogendoerfer1-0/+3
2019-11-20net: page_pool: add the possibility to sync DMA memory for deviceLorenzo Bianconi1-2/+34
2019-11-20net: sched: pie: enable timestamp based delay calculationGautam Ramakrishnan1-21/+99
2019-11-20ipv6/route: return if there is no fib_nh_gw_familyHangbin Liu1-1/+1
2019-11-20net-sysfs: Fix reference count leak in rx|netdev_queue_add_kobjectJouni Hogander1-11/+13