summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-011-10/+4
|\
| * default csum_and_copy_to_user(): don't bother with access_ok()Al Viro2020-05-291-4/+2
| * take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro2020-05-291-6/+2
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-011-1/+0
|\ \
| * | crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers2020-05-081-1/+0
| |/
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-05-291-0/+1
|\ \
| * | xfrm: espintcp: save and call old ->sk_destructSabrina Dubroca2020-04-201-0/+1
* | | ipv4: nexthop version of fib_info_nh_uses_devDavid Ahern2020-05-262-0/+35
* | | ipv4: Refactor nhc evaluation in fib_table_lookupDavid Ahern2020-05-262-0/+35
* | | nexthop: Expand nexthop_is_multipath in a few placesDavid Ahern2020-05-261-16/+25
* | | nexthops: don't modify published nexthop groupsNikolay Aleksandrov2020-05-261-0/+1
* | | net/tls: fix race condition causing kernel panicVinay Kumar Yadav2020-05-251-0/+4
* | | Merge tag 'rxrpc-fixes-20200520' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2020-05-221-1/+1
|\ \ \
| * | | rxrpc: Fix the excessive initial retransmission timeoutDavid Howells2020-05-111-1/+1
* | | | net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca2020-05-211-1/+0
* | | | net sched: fix reporting the first-time use timestampRoman Mashak2020-05-181-1/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-05-142-1/+2
|\ \ \ \
| * | | | netfilter: flowtable: Add pending bit for offload workPaul Blakey2020-05-111-0/+1
| * | | | netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann2020-05-101-1/+1
* | | | | tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet2020-05-121-0/+13
|/ / / /
* | | | net: bareudp: avoid uninitialized variable warningArnd Bergmann2020-05-071-2/+0
* | | | net: remove spurious declaration of tcp_default_init_rwnd()Maciej Żenczykowski2020-05-071-1/+0
* | | | net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso2020-05-061-1/+8
* | | | net_sched: fix tcm_parent in tc filter dumpCong Wang2020-05-041-0/+1
* | | | ipv6: Use global sernum for dst validation with nexthop objectsDavid Ahern2020-05-012-0/+11
* | | | tunnel: Propagate ECT(1) when decapsulating as recommended by RFC6040Toke Høiland-Jørgensen2020-04-301-2/+55
* | | | mptcp: move option parsing into mptcp_incoming_options()Paolo Abeni2020-04-301-2/+0
* | | | mptcp: consolidate synack processing.Paolo Abeni2020-04-301-1/+0
|/ / /
* | | mac80211: populate debugfs only after cfg80211 initJohannes Berg2020-04-241-1/+3
* | | ipv6: ndisc: RFC-ietf-6man-ra-pref64-09 is now published as RFC8781Maciej Żenczykowski2020-04-221-1/+1
* | | tcp: cache line align MAX_TCP_HEADEREric Dumazet2020-04-181-1/+1
* | | cfg80211: fix kernel-doc notationLothar Rubusch2020-04-141-0/+10
|/ /
* | net: ipv6: do not consider routes via gateways for anycast address checkTim Stallard2020-04-071-0/+1
* | net: sock.h: fix skb_steal_sock() kernel-docLothar Rubusch2020-04-071-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-04-071-1/+1
|\ \ | |/ |/|
| * netfilter: nf_tables: do not update stateful expressions if lookup is invertedPablo Neira Ayuso2020-04-051-1/+1
* | Merge tag '9p-for-5.7' of git://github.com/martinetd/linuxLinus Torvalds2020-04-061-2/+2
|\ \ | |/ |/|
| * net/9p: remove unused p9_req_t aux fieldDominique Martinet2020-03-271-2/+0
| * 9pnet: allow making incomplete read requestsSergey Alirzaev2020-03-271-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-3173-265/+1391
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-306-16/+50
| |\ \
| | * | bpf: Don't refcount LISTEN sockets in sk_assign()Joe Stringer2020-03-301-8/+17
| | * | net: Track socket refcounts in skb_steal_sock()Joe Stringer2020-03-303-5/+11
| | * | bpf: Add socket assign supportJoe Stringer2020-03-301-0/+11
| | * | bpf, net: Fix build issue when net ns not configuredDaniel Borkmann2020-03-301-7/+2
| | * | bpf: Allow to retrieve cgroup v1 classid from v2 hooksDaniel Borkmann2020-03-271-1/+6
| | * | bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann2020-03-271-0/+10
| | * | bpf, tcp: Make tcp_bpf_recvmsg staticYueHaibing2020-03-201-2/+0
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-03-305-5/+26
| |\ \ \
| | * | | netfilter: conntrack: add nf_ct_acct_add()wenxu2020-03-301-1/+10