summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* xsk: Fix xsk_poll()'s return typeLuc Van Oostenryck2019-11-251-4/+4
* net: gro: use vlan API instead of accessing directlyTonghao Zhang2019-11-241-1/+1
* net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King2019-11-242-10/+13
* net: use rhashtable_lookup() instead of rhashtable_lookup_fast()Taehee Yoo2019-11-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-2312-33/+112
|\
| * udp: drop skb extensions before marking skb statelessFlorian Westphal2019-11-221-5/+22
| * net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter2019-11-221-1/+22
| * net-ipv6: IPV6_TRANSPARENT - check NET_RAW prior to NET_ADMINMaciej Żenczykowski2019-11-221-2/+2
| * net-sysfs: fix netdev_queue_add_kobject() breakageEric Dumazet2019-11-211-0/+1
| * ipv6/route: return if there is no fib_nh_gw_familyHangbin Liu2019-11-201-1/+1
| * net-sysfs: Fix reference count leak in rx|netdev_queue_add_kobjectJouni Hogander2019-11-201-11/+13
| * net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti2019-11-201-7/+5
| * taprio: don't reject same mqprio settingsIvan Khoronzhuk2019-11-201-2/+26
| * net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn2019-11-202-0/+12
| * net/ipv4: fix sysctl max for fib_multipath_hash_policyMarcelo Ricardo Leitner2019-11-191-1/+1
| * net: sched: ensure opts_len <= IP_TUNNEL_OPTS_MAX in act_tunnel_keyXin Long2019-11-191-0/+4
| * net: atm: Reduce the severity of logging in unlink_clip_vccAditya Pakki2019-11-191-3/+3
* | seg6: allow local packet processing for SRv6 End.DT6 behaviorAndrea Mayer2019-11-221-4/+18
* | Merge tag 'mac80211-next-for-net-next-2019-11-22' of git://git.kernel.org/pub...David S. Miller2019-11-2210-24/+900
|\ \
| * | mac80211: Use Airtime-based Queue Limits (AQL) on packet dequeueToke Høiland-Jørgensen2019-11-222-0/+44
| * | mac80211: Implement Airtime-based Queue Limit (AQL)Kan Yan2019-11-227-14/+225
| * | mac80211: Import airtime calculation code from mt76Toke Høiland-Jørgensen2019-11-223-1/+603
| * | mac80211: consider QoS Null frames for STA_NULLFUNC_ACKEDThomas Pedersen2019-11-221-1/+2
| * | mac80211: expose HW conf flags through debugfsThomas Pedersen2019-11-221-0/+3
| * | mac80211: Add new sta_info getter by sta/vif addrsToke Høiland-Jørgensen2019-11-223-8/+20
| * | mac80211: add a comment about monitor-to-dev injectionJohannes Berg2019-11-221-0/+3
* | | tipc: support in-order name publication eventsTuong Lien2019-11-222-8/+47
* | | tipc: update replicast capability for broadcast send linkHoang Le2019-11-224-5/+11
|/ /
* | ipv4: use dst hint for ipv4 list receivePaolo Abeni2019-11-212-4/+73
* | ipv4: move fib4_has_custom_rules() helper to public headerPaolo Abeni2019-11-211-10/+0
* | ipv6: introduce and uses route look hints for list input.Paolo Abeni2019-11-211-2/+24
* | ipv6: keep track of routes using srcPaolo Abeni2019-11-212-0/+7
* | net: dsa: ocelot: add hardware timestamping support for FelixYangbo Lu2019-11-211-1/+13
* | bpf: skmsg, fix potential psock NULL pointer dereferenceJohn Fastabend2019-11-211-5/+8
* | net: Fix Kconfig indentation, continuedKrzysztof Kozlowski2019-11-215-148/+148
* | lwtunnel: check erspan options before allocating tun_infoXin Long2019-11-211-8/+16
* | lwtunnel: be STRICT to validate the new LWTUNNEL_IP(6)_OPTSXin Long2019-11-211-0/+3
* | net: remove the unnecessary strict_start_type in some policiesXin Long2019-11-213-3/+0
* | net: sched: allow flower to match erspan optionsXin Long2019-11-211-0/+145
* | net: sched: allow flower to match vxlan optionsXin Long2019-11-211-0/+109
* | net: sched: add erspan option support to act_tunnel_keyXin Long2019-11-211-0/+118
* | net: sched: add vxlan option support to act_tunnel_keyXin Long2019-11-211-1/+84
* | vsock: avoid to assign transport if its initialization failsStefano Garzarella2019-11-211-1/+8
* | tcp: warn if offset reach the maxlen limit when using snprintfHangbin Liu2019-11-213-0/+13
* | ip_gre: Make none-tun-dst gre tunnel store tunnel info as metadat_dst in recvwenxu2019-11-211-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-213-12/+45
|\ \
| * | bpf: Fix memory leak on object 'data'Colin Ian King2019-11-191-1/+3
| * | bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko2019-11-181-1/+1
| * | bpf: Annotate context typesAlexei Starovoitov2019-11-151-10/+0
| * | bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov2019-11-151-1/+1