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