summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* l2tp: WARN_ON rather than BUG_ON in l2tp_session_freeTom Parkin2020-07-241-1/+3
* l2tp: remove BUG_ON refcount value in l2tp_session_freeTom Parkin2020-07-241-2/+0
* l2tp: WARN_ON rather than BUG_ON in l2tp_session_queue_purgeTom Parkin2020-07-241-3/+4
* l2tp: don't BUG_ON seqfile checks in l2tp_pppTom Parkin2020-07-241-1/+5
* l2tp: don't BUG_ON session magic checks in l2tp_pppTom Parkin2020-07-241-3/+7
* l2tp: remove BUG_ON in l2tp_tunnel_closeallTom Parkin2020-07-241-2/+0
* l2tp: remove BUG_ON in l2tp_session_queue_purgeTom Parkin2020-07-241-1/+0
* l2tp: WARN_ON rather than BUG_ON in l2tp_dfs_seq_startTom Parkin2020-07-241-1/+4
* l2tp: avoid multiple assignmentsTom Parkin2020-07-243-9/+15
* Merge branch 'icmp6-support-rfc-4884'David S. Miller2020-07-248-21/+53
|\
| * icmp6: support rfc 4884Willem de Bruijn2020-07-246-0/+32
| * icmp: prepare rfc 4884 for ipv6Willem de Bruijn2020-07-243-15/+19
| * icmp: revise rfc4884 testsWillem de Bruijn2020-07-241-6/+2
|/
* sctp: remove redundant initialization of variable statusColin Ian King2020-07-241-6/+6
* net: openvswitch: fixes potential deadlock in dp cleanup codeEelco Chaudron2020-07-242-14/+13
* sctp: fix slab-out-of-bounds in SCTP_DELAYED_SACK processingChristoph Hellwig2020-07-241-21/+29
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2020-07-2413-648/+2323
|\
| * ice: add 1G SGMII PHY typePaul M Stillwell Jr2020-07-232-3/+15
| * ice: Report AOC PHY Types as FiberDoug Dziggel2020-07-231-0/+11
| * ice: add AQC get link topology handle supportPaul Greenwalt2020-07-232-1/+118
| * ice: Rename low_power_ctrlLev Faerman2020-07-232-11/+11
| * ice: update reporting of autoneg capabilitiesPaul Greenwalt2020-07-235-6/+29
| * ice: add ice_aq_get_phy_caps() debug logsPaul Greenwalt2020-07-231-18/+50
| * ice: support Total Port Shutdown on devices that support itBruce Allan2020-07-233-1/+26
| * ice: add link lenient and default override supportPaul Greenwalt2020-07-239-216/+628
| * ice: restore PHY settings on media insertionPaul Greenwalt2020-07-237-95/+518
| * ice: move auto FEC checks into ice_cfg_phy_fec()Paul Greenwalt2020-07-233-39/+40
| * ice: refactor FC functionsPaul Greenwalt2020-07-231-29/+46
| * ice: Add advanced power mgmt for WoLAkeem G Abodunrin2020-07-2310-29/+458
| * ice: split ice_discover_caps into two functionsJacob Keller2020-07-231-55/+39
| * ice: split ice_parse_caps into separate functionsJacob Keller2020-07-231-170/+378
| * ice: refactor ice_discover_caps to avoid need to retryJacob Keller2020-07-231-31/+12
* | mISDN: Don't try to print a sockptr_t from debug logging code.David S. Miller2020-07-241-2/+2
* | Merge branch 'get-rid-of-the-address_space-override-in-setsockopt-v2'David S. Miller2020-07-2487-742/+893
|\ \
| * | net: optimize the sockptr_t for unified kernel/user address spacesChristoph Hellwig2020-07-243-9/+43
| * | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-2461-258/+246
| * | net/tcp: switch do_tcp_setsockopt to sockptr_tChristoph Hellwig2020-07-241-18/+16
| * | net/tcp: switch ->md5_parse to sockptr_tChristoph Hellwig2020-07-244-6/+7
| * | net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig2020-07-243-5/+7
| * | net/ipv6: switch do_ipv6_setsockopt to sockptr_tChristoph Hellwig2020-07-241-33/+33
| * | net/ipv6: factor out a ipv6_set_opt_hdr helperChristoph Hellwig2020-07-241-75/+75
| * | net/ipv6: switch ipv6_flowlabel_opt to sockptr_tChristoph Hellwig2020-07-243-9/+11
| * | net/ipv6: split up ipv6_flowlabel_optChristoph Hellwig2020-07-241-143/+166
| * | net/ipv6: switch ip6_mroute_setsockopt to sockptr_tChristoph Hellwig2020-07-243-13/+15
| * | net/ipv4: switch do_ip_setsockopt to sockptr_tChristoph Hellwig2020-07-241-35/+33
| * | net/ipv4: merge ip_options_get and ip_options_get_from_userChristoph Hellwig2020-07-243-38/+17
| * | net/ipv4: switch ip_mroute_setsockopt to sockptr_tChristoph Hellwig2020-07-243-10/+12
| * | bpfilter: switch bpfilter_ip_set_sockopt to sockptr_tChristoph Hellwig2020-07-244-11/+12
| * | netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig2020-07-2410-66/+68
| * | netfilter: switch xt_copy_counters to sockptr_tChristoph Hellwig2020-07-245-23/+21