summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: remove redundant assignment to variable icidColin Ian King2020-01-081-1/+0
* Bluetooth: Auto tune if input MTU is set to 0Luiz Augusto von Dentz2020-01-041-2/+52
* Bluetooth: Add support for LE PHY Update Complete eventLuiz Augusto von Dentz2020-01-041-0/+27
* Bluetooth: Remove usage of BT_ERR_RATELIMITED macroMarcel Holtmann2020-01-041-8/+6
* Bluetooth: Adding a bt_dev_warn_ratelimited macro.Alain Michaud2020-01-041-0/+16
* l2tp: Remove redundant BUG_ON() check in l2tp_pernetXu Wang2020-01-031-2/+0
* net: Remove redundant BUG_ON() check in phonet_pernetXu Wang2020-01-031-2/+0
* net: remove the check argument from __skb_gro_checksum_convertLi RongQing2020-01-033-3/+3
* ethtool: remove set but not used variable 'lsettings'YueHaibing2020-01-031-2/+0
* tcp: use REXMIT_NEW instead of magic numberMao Wenan2020-01-021-1/+1
* net: Add device index to tcp_md5sigDavid Ahern2020-01-022-1/+37
* tcp: Add l3index to tcp_md5sig_key and md5 functionsDavid Ahern2020-01-022-39/+101
* ipv4/tcp: Pass dif and sdif to tcp_v4_inbound_md5_hashDavid Ahern2020-01-021-5/+8
* ipv6/tcp: Pass dif and sdif to tcp_v6_inbound_md5_hashDavid Ahern2020-01-021-6/+9
* ipv4/tcp: Use local variable for tcp_md5_addrDavid Ahern2020-01-021-17/+26
* page_pool: help compiler remove code in case CONFIG_NUMA=nJesper Dangaard Brouer2020-01-021-0/+9
* page_pool: handle page recycle for NUMA_NO_NODE conditionJesper Dangaard Brouer2020-01-021-19/+61
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-3141-295/+330
|\
| * hsr: fix slab-out-of-bounds Read in hsr_debugfs_rename()Taehee Yoo2019-12-301-1/+2
| * net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti2019-12-303-51/+17
| * tcp: Fix highest_sack and highest_sack_seqCambda Zhu2019-12-301-0/+3
| * net/sched: act_mirred: Pull mac prior redir to non mac_header_xmit deviceShmulik Ladkani2019-12-271-10/+12
| * net_sched: sch_fq: properly set sk->sk_pacing_statusEric Dumazet2019-12-261-9/+8
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-12-263-20/+19
| |\
| | * netfilter: nft_tproxy: Fix port selector on Big EndianPhil Sutter2019-12-201-2/+2
| | * netfilter: ebtables: compat: reject all padding in matches/watchersFlorian Westphal2019-12-201-17/+16
| | * netfilter: nf_flow_table: fix big-endian integer overflowArnd Bergmann2019-12-201-1/+1
| * | hsr: reset network header when supervision frame is createdTaehee Yoo2019-12-251-0/+2
| * | hsr: fix a race condition in node list insertion and deletionTaehee Yoo2019-12-255-37/+56
| * | hsr: rename debugfs file when interface name is changedTaehee Yoo2019-12-253-0/+20
| * | hsr: add hsr root debugfs directoryTaehee Yoo2019-12-254-3/+28
| * | hsr: fix error handling routine in hsr_dev_finalize()Taehee Yoo2019-12-253-24/+21
| * | hsr: avoid debugfs warning message when module is removeTaehee Yoo2019-12-251-1/+0
| * | sit: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-241-1/+1
| * | vti: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-242-2/+2
| * | tunnel: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-242-3/+3
| * | ip6_gre: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-241-1/+1
| * | net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2019-12-2411-22/+38
| * | Merge tag 'rxrpc-fixes-20191220' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2019-12-247-98/+85
| |\ \
| | * | rxrpc: Fix missing security check on incoming callsDavid Howells2019-12-206-60/+59
| | * | rxrpc: Don't take call->user_mutex in rxrpc_new_incoming_call()David Howells2019-12-201-17/+3
| | * | rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the callerDavid Howells2019-12-202-26/+28
| | |/
| * | sctp: fix err handling of stream initializationMarcelo Ricardo Leitner2019-12-241-15/+15
| * | udp: fix integer overflow while computing available space in sk_rcvbufAntonio Messina2019-12-241-1/+1
* | | net/ncsi: Fix gma flag setting after responseVijay Khemka2019-12-302-3/+6
* | | sctp: add enabled check for path tracepoint loop.Kevin Kou2019-12-301-2/+3
* | | tcp_cubic: refactor code to perform a divide only when neededEric Dumazet2019-12-301-23/+28
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-12-305-144/+352
|\ \ \
| * | | netfilter: nft_meta: add support for slave device ifindex matchingFlorian Westphal2019-12-261-7/+69
| * | | netfilter: nft_meta: place rtclassid handling in a helperFlorian Westphal2019-12-261-6/+16