summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-313-3/+18
|\
| * 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/bpf/bpf-nextDavid S. Miller2019-12-271-14/+11
|\ \
| * | xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson2019-12-201-5/+5
| * | xsk: Change names of validation functionsMagnus Karlsson2019-12-201-2/+2
| * | xsk: Make xskmap flush_list common for all map instancesBjörn Töpel2019-12-191-7/+4
* | | ipv6: Remove old route notifications and convert listenersIdo Schimmel2019-12-241-2/+0
* | | ipv6: Handle route deletion notificationIdo Schimmel2019-12-241-0/+1
* | | net: fib_notifier: Add temporary events to the FIB notification chainIdo Schimmel2019-12-241-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-2211-17/+37
|\ \ \ | | |/ | |/|
| * | 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
| |/ /
* | | net: dsa: add support for Atheros AR9331 TAG formatOleksij Rempel2019-12-201-0/+2
* | | net/tls: add helper for testing if socket is RX offloadedJakub Kicinski2019-12-191-0/+9
* | | net: sch_ets: Make the ETS qdisc offloadablePetr Machata2019-12-181-0/+31
* | | net: pkt_cls: Clarify a commentPetr Machata2019-12-181-3/+2
* | | ipv6: Annotate ipv6_addr_is_* bitwise pointer castsSven Eckelmann2019-12-161-4/+4
* | | ipv6: Annotate bitwise IPv6 dsfield pointer castSven Eckelmann2019-12-161-1/+1
* | | netlink: rename nl80211_validate_nested() to nla_validate_nested()Michal Kubecek2019-12-121-4/+4
* | | unix: Show number of pending scm files of receive queue in fdinfoKirill Tkhai2019-12-121-0/+5
* | | vsock: add local transport support in the vsock coreStefano Garzarella2019-12-111-0/+2
| |/ |/|
* | net-tcp: Disable TCP ssthresh metrics cache by defaultKevin(Yudong) Yang2019-12-091-0/+1
|/
* 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