summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2020-02-28net: dsa: propagate resolved link config via mac_link_up()Russell King
2020-01-24netfilter: nf_tables: autoload modules from the abort pathPablo Neira Ayuso
2020-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-01-15bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend
2020-01-15Merge tag 'mac80211-for-net-2020-01-15' of git://git.kernel.org/pub/scm/linux...David S. Miller
2020-01-15cfg80211: Fix radar event during another phy CACOrr Mazor
2020-01-11devlink: correct misspelling of snapshotJacob Keller
2020-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-01-06netfilter: flowtable: add nf_flowtable_time_stampPablo Neira Ayuso
2019-12-30net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti
2019-12-24net/dst: do not confirm neighbor for vxlan and geneve pmtu updateHangbin Liu
2019-12-24net/dst: add new function skb_dst_update_pmtu_no_confirmHangbin Liu
2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-20net: dst: Force 4-byte alignment of dst_metricsGeert Uytterhoeven
2019-12-17net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet
2019-12-13tcp: refine tcp_write_queue_empty() implementationEric Dumazet
2019-12-13tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-12-09net/x25: add new state X25_STATE_5Martin Schiller
2019-12-09neighbour: remove neigh_cleanup() methodEric Dumazet
2019-12-07inet: protect against too small mtu values.Eric Dumazet
2019-12-06tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault
2019-12-06tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault
2019-12-06tcp: fix rejected syncookies due to stale timestampsGuillaume Nault
2019-12-06net: core: rename indirect block ingress cb functionJohn Hurley
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2019-12-04net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca
2019-12-03cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi
2019-11-28net/tls: use sg_next() to walk sg entriesJakub Kicinski
2019-11-28net/tls: remove the dead inplace_crypto codeJakub Kicinski
2019-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-11-26net: inet_is_local_reserved_port() port arg should be unsigned shortMaciej Żenczykowski
2019-11-26net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-11-25Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-23sctp: cache netns in sctp_ep_commonXin Long
2019-11-22net: inet_is_local_reserved_port() should return bool not intMaciej Żenczykowski
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2019-11-22net: flow_dissector: Wrap unionized VLAN fields in a structPetr Machata
2019-11-22mac80211: Use Airtime-based Queue Limits (AQL) on packet dequeueToke Høiland-Jørgensen
2019-11-22mac80211: Implement Airtime-based Queue Limit (AQL)Kan Yan
2019-11-22mac80211: Import airtime calculation code from mt76Toke Høiland-Jørgensen
2019-11-21ipv4: use dst hint for ipv4 list receivePaolo Abeni
2019-11-21ipv4: move fib4_has_custom_rules() helper to public headerPaolo Abeni
2019-11-21ipv6: keep track of routes using srcPaolo Abeni
2019-11-21ipv6: add fib6_has_custom_rules() helperPaolo Abeni
2019-11-20net: page_pool: add the possibility to sync DMA memory for deviceLorenzo Bianconi