summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li2019-11-304-5/+6
* tipc: fix duplicate SYN messages under link congestionTung Nguyen2019-11-281-7/+10
* tipc: fix wrong timeout input for tipc_wait_for_cond()Tung Nguyen2019-11-281-1/+1
* tipc: fix wrong socket reference counter after tipc_sk_timeout() returnsTung Nguyen2019-11-281-0/+1
* tipc: fix potential memory leak in __tipc_sendmsg()Tung Nguyen2019-11-281-1/+3
* net/tls: use sg_next() to walk sg entriesJakub Kicinski2019-11-282-12/+4
* net/tls: remove the dead inplace_crypto codeJakub Kicinski2019-11-281-5/+1
* net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski2019-11-283-6/+6
* net/tls: free the record on encryption errorJakub Kicinski2019-11-281-2/+8
* net/tls: take into account that bpf_exec_tx_verdict() may free the recordJakub Kicinski2019-11-281-5/+8
* Merge tag 'for-5.5/io_uring-post-20191128' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-281-60/+154
|\
| * net: disallow ancillary data for __sys_{send,recv}msg_file()Jens Axboe2019-11-261-6/+37
| * net: separate out the msghdr copy from ___sys_{send,recv}msg()Jens Axboe2019-11-261-46/+95
| * net: add __sys_connect_file() helperJens Axboe2019-11-251-8/+22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-277-15/+19
|\ \
| * | openvswitch: fix flow command message sizePaolo Abeni2019-11-261-1/+5
| * | net: psample: fix skb_over_panicNikolay Aleksandrov2019-11-261-1/+1
| * | net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski2019-11-264-5/+5
| * | net-sctp: replace some sock_net(sk) with just 'net'Maciej Żenczykowski2019-11-261-6/+6
| * | tipc: fix link name length checkJohn Rutherford2019-11-261-2/+2
* | | Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-271-14/+3
|\ \ \
| * | | mac80211: Use debugfs_create_xul() helperGeert Uytterhoeven2019-11-091-14/+3
* | | | Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-11-271-2/+7
|\ \ \ \
| * \ \ \ Merge 5.4-rc7 into char-misc-nextGreg Kroah-Hartman2019-11-1197-595/+1080
| |\ \ \ \
| * | | | | rfkill: allocate static minorMarcel Holtmann2019-11-051-2/+7
| | |/ / / | |/| | |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-11-271-0/+14
|\ \ \ \ \
| * \ \ \ \ Merge branch 'ib-guids' into rdma.git for-nextJason Gunthorpe2019-11-252-0/+19
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | net/core: Add support for getting VF GUIDsDanit Goldberg2019-11-221-0/+14
* | | | | | 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 branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-2615-26/+28
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-10-3115-26/+28
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | net/sched: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney2019-10-3012-20/+21
| | * | | | | net/netfilter: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney2019-10-301-2/+3
| | * | | | | net/core: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney2019-10-302-4/+4
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-25297-3695/+13224
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-254-3/+7
| |\ \ \ \ \ \ \
| | * | | | | | | sctp: cache netns in sctp_ep_commonXin Long2019-11-233-2/+4
| | * | | | | | | sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcookNavid Emamdoost2019-11-231-1/+3
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-241-4/+4
| |\ \ \ \ \ \ \ \
| | * | | | | | | | xsk: Fix xsk_poll()'s return typeLuc Van Oostenryck2019-11-241-4/+4
| * | | | | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski2019-11-243-6/+28
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | Bluetooth: Fix memory leak in hci_connect_le_scanNavid Emamdoost2019-11-221-1/+3
| | * | | | | | | | Bluetooth: Allow combination of BDADDR_PROPERTY and INVALID_BDADDR quirksMarcel Holtmann2019-11-221-2/+24
| | * | | | | | | | Bluetooth: delete a stray unlockDan Carpenter2019-11-191-3/+1
| * | | | | | | | | net: gro: use vlan API instead of accessing directlyTonghao Zhang2019-11-231-1/+1
| * | | | | | | | | net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King2019-11-232-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-2212-33/+112
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | seg6: allow local packet processing for SRv6 End.DT6 behaviorAndrea Mayer2019-11-221-4/+18