summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: autoload modules from the abort pathPablo Neira Ayuso2020-01-241-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-01-161-2/+4
|\
| * bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend2020-01-151-2/+4
* | Merge tag 'mac80211-for-net-2020-01-15' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-01-151-0/+5
|\ \
| * | cfg80211: Fix radar event during another phy CACOrr Mazor2020-01-151-0/+5
| |/
* | devlink: correct misspelling of snapshotJacob Keller2020-01-111-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-01-081-0/+6
|\ \ | |/ |/|
| * netfilter: flowtable: add nf_flowtable_time_stampPablo Neira Ayuso2020-01-061-0/+6
* | net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti2019-12-301-0/+5
|/
* net/dst: do not confirm neighbor for vxlan and geneve pmtu updateHangbin Liu2019-12-241-1/+1
* net/dst: add new function skb_dst_update_pmtu_no_confirmHangbin Liu2019-12-241-0/+9
* net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2019-12-242-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-226-9/+29
|\
| * net: dst: Force 4-byte alignment of dst_metricsGeert Uytterhoeven2019-12-201-1/+1
| * net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet2019-12-171-2/+2
| * tcp: refine tcp_write_queue_empty() implementationEric Dumazet2019-12-131-1/+10
| * tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet2019-12-132-3/+14
| * net/x25: add new state X25_STATE_5Martin Schiller2019-12-091-1/+2
| * neighbour: remove neigh_cleanup() methodEric Dumazet2019-12-091-1/+0
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-096-8/+8
|/
* inet: protect against too small mtu values.Eric Dumazet2019-12-071-0/+5
* tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault2019-12-061-3/+3
* tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault2019-12-061-3/+13
* tcp: fix rejected syncookies due to stale timestampsGuillaume Nault2019-12-061-2/+3
* net: core: rename indirect block ingress cb functionJohn Hurley2019-12-061-8/+7
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2019-12-041-2/+4
* net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca2019-12-041-1/+1
* cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi2019-12-031-0/+1
* net/tls: use sg_next() to walk sg entriesJakub Kicinski2019-11-281-1/+1
* net/tls: remove the dead inplace_crypto codeJakub Kicinski2019-11-281-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-271-6/+6
|\
| * net: inet_is_local_reserved_port() port arg should be unsigned shortMaciej Żenczykowski2019-11-261-2/+2
| * net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski2019-11-261-4/+4
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-261-1/+1
|\ \ | |/ |/|
| * locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai2019-10-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-2544-289/+797
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-251-0/+3
| |\ \
| | * | sctp: cache netns in sctp_ep_commonXin Long2019-11-231-0/+3
| * | | net: inet_is_local_reserved_port() should return bool not intMaciej Żenczykowski2019-11-221-4/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-221-0/+2
| |\| |
| * | | net: flow_dissector: Wrap unionized VLAN fields in a structPetr Machata2019-11-221-3/+5
| * | | mac80211: Use Airtime-based Queue Limits (AQL) on packet dequeueToke Høiland-Jørgensen2019-11-221-0/+16
| * | | mac80211: Implement Airtime-based Queue Limit (AQL)Kan Yan2019-11-222-0/+19
| * | | mac80211: Import airtime calculation code from mt76Toke Høiland-Jørgensen2019-11-221-0/+29
| * | | ipv4: use dst hint for ipv4 list receivePaolo Abeni2019-11-211-0/+4
| * | | ipv4: move fib4_has_custom_rules() helper to public headerPaolo Abeni2019-11-211-0/+10
| * | | ipv6: keep track of routes using srcPaolo Abeni2019-11-212-0/+33
| * | | ipv6: add fib6_has_custom_rules() helperPaolo Abeni2019-11-211-0/+9
| * | | net: page_pool: add the possibility to sync DMA memory for deviceLorenzo Bianconi2019-11-201-6/+18
| * | | page_pool: Add API to update numa nodeSaeed Mahameed2019-11-201-0/+7