summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Make use of __check_timeout on hci_sched_leLuiz Augusto von Dentz2020-01-151-8/+3
* Bluetooth: monitor: Add support for ISO packetsLuiz Augusto von Dentz2020-01-151-0/+6
* Bluetooth: Implementation of MGMT_OP_SET_BLOCKED_KEYS.Alain Michaud2020-01-154-8/+188
* 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-031-1/+1
* net: Add device index to tcp_md5sigDavid Ahern2020-01-032-1/+37
* tcp: Add l3index to tcp_md5sig_key and md5 functionsDavid Ahern2020-01-032-39/+101
* ipv4/tcp: Pass dif and sdif to tcp_v4_inbound_md5_hashDavid Ahern2020-01-031-5/+8
* ipv6/tcp: Pass dif and sdif to tcp_v6_inbound_md5_hashDavid Ahern2020-01-031-6/+9
* ipv4/tcp: Use local variable for tcp_md5_addrDavid Ahern2020-01-031-17/+26
* page_pool: help compiler remove code in case CONFIG_NUMA=nJesper Dangaard Brouer2020-01-031-0/+9
* page_pool: handle page recycle for NUMA_NO_NODE conditionJesper Dangaard Brouer2020-01-031-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-311-1/+2
| * net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti2019-12-313-51/+17
| * tcp: Fix highest_sack and highest_sack_seqCambda Zhu2019-12-311-0/+3
| * net/sched: act_mirred: Pull mac prior redir to non mac_header_xmit deviceShmulik Ladkani2019-12-281-10/+12
| * net_sched: sch_fq: properly set sk->sk_pacing_statusEric Dumazet2019-12-271-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-261-0/+2
| * | hsr: fix a race condition in node list insertion and deletionTaehee Yoo2019-12-265-37/+56
| * | hsr: rename debugfs file when interface name is changedTaehee Yoo2019-12-263-0/+20
| * | hsr: add hsr root debugfs directoryTaehee Yoo2019-12-264-3/+28
| * | hsr: fix error handling routine in hsr_dev_finalize()Taehee Yoo2019-12-263-24/+21
| * | hsr: avoid debugfs warning message when module is removeTaehee Yoo2019-12-261-1/+0
| * | sit: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-251-1/+1
| * | vti: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-252-2/+2
| * | tunnel: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-252-3/+3
| * | ip6_gre: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-251-1/+1
| * | net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2019-12-2511-22/+38
| * | Merge tag 'rxrpc-fixes-20191220' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2019-12-257-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-251-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-312-3/+6
* | | sctp: add enabled check for path tracepoint loop.Kevin Kou2019-12-311-2/+3
* | | tcp_cubic: refactor code to perform a divide only when neededEric Dumazet2019-12-301-23/+28