summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | net: use indirect calls helpers for L3 handler hooksPaolo Abeni2019-05-054-4/+15
| * | | | | net: use indirect calls helpers for ptype hookPaolo Abeni2019-05-051-2/+4
| * | | | | net: atm: clean up a range checkDan Carpenter2019-05-051-3/+1Star
| * | | | | openvswitch: check for null pointer return from nla_nest_start_noflagColin Ian King2019-05-051-0/+4
| * | | | | ipv4: Move exception bucket to nh_commonDavid Ahern2019-05-052-30/+23Star
| * | | | | ipv4: Pass fib_nh_common to rt_cache_routeDavid Ahern2019-05-051-10/+10
| * | | | | ipv4: Move cached routes to fib_nh_commonDavid Ahern2019-05-052-26/+28
| | |_|/ / | |/| | |
| * | | | net: openvswitch: return an error instead of doing BUG_ON()Eelco Chaudron2019-05-041-2/+5
| * | | | genetlink: do not validate dump requests if there is no policyMichal Kubecek2019-05-041-10/+14
| * | | | tipc: fix missing Name entries due to half-failoverTuong Lien2019-05-043-7/+84
| * | | | net: sched: cls_u32: use struct_size() helperGustavo A. R. Silva2019-05-041-1/+1
| * | | | net: add a generic tracepoint for TX queue timeoutCong Wang2019-05-041-0/+2
| |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-0330-181/+250
| |\ \ \ | | | |/ | | |/|
| * | | taprio: Add support for cycle-time-extensionVinicius Costa Gomes2019-05-011-6/+29
| * | | taprio: Add support for setting the cycle-time manuallyVinicius Costa Gomes2019-05-011-8/+51
| * | | taprio: Add support adding an admin scheduleVinicius Costa Gomes2019-05-011-193/+318
| * | | taprio: Fix potencial use of invalid memory during dequeue()Vinicius Costa Gomes2019-05-011-6/+8
| * | | tcp: refactor setting the initial congestion windowYuchung Cheng2019-05-013-22/+26
| * | | tcp: refactor to consolidate TFO passive open codeYuchung Cheng2019-05-011-27/+25Star
| * | | tcp: undo cwnd on Fast Open spurious SYNACK retransmitYuchung Cheng2019-05-011-0/+3
| * | | tcp: lower congestion window on Fast Open SYNACK timeoutYuchung Cheng2019-05-011-0/+3
| * | | tcp: undo init congestion window on false SYNACK timeoutYuchung Cheng2019-05-012-0/+7
| * | | tcp: better SYNACK sent timestampYuchung Cheng2019-05-012-1/+5
| * | | tcp: undo initial congestion window on false SYN timeoutYuchung Cheng2019-05-012-1/+17
| * | | tcp: avoid unconditional congestion window undo on SYN retransmitYuchung Cheng2019-05-011-2/+2
| * | | devlink: Change devlink health locking mechanismMoshe Shemesh2019-05-011-23/+74
| * | | net: dsa: Remove legacy probing supportAndrew Lunn2019-05-015-774/+0Star
| * | | net: dsa: Add more convenient functions for installing port VLANsVladimir Oltean2019-05-013-21/+36
| * | | net: dsa: Skip calling .port_vlan_filtering on no changeVladimir Oltean2019-05-011-0/+3
| * | | net: dsa: Keep the vlan_filtering setting in dsa_switch if it's globalVladimir Oltean2019-05-011-1/+4
| * | | net: dsa: Unset vlan_filtering when ports leave the bridgeVladimir Oltean2019-05-011-0/+29
| * | | net: dsa: Be aware of switches where VLAN filtering is a global settingVladimir Oltean2019-05-011-7/+45
| * | | net: dsa: Store vlan_filtering as a property of dsa_portVladimir Oltean2019-05-011-4/+8
| * | | net: dsa: Fix pharse -> phase typoVladimir Oltean2019-05-011-1/+1
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-04-3030-1499/+1226Star
| |\ \ \ | | |_|/ | |/| |
| | * | xfrm: remove unneeded export_symbolsFlorian Westphal2019-04-233-7/+4Star
| | * | xfrm: remove decode_session indirection from afinfo_policyFlorian Westphal2019-04-233-229/+222Star
| | * | xfrm: remove init_path indirection from afinfo_policyFlorian Westphal2019-04-233-35/+7Star
| | * | xfrm: remove tos indirection from afinfo_policyFlorian Westphal2019-04-233-23/+3Star
| | * | xfrm: kconfig: make xfrm depend on inetFlorian Westphal2019-04-151-3/+5
| | * | xfrm: store xfrm_mode directly, not its addressFlorian Westphal2019-04-0812-38/+38
| | * | xfrm: make xfrm modes builtinFlorian Westphal2019-04-0818-482/+77Star
| | * | xfrm: remove afinfo pointer from xfrm_modeFlorian Westphal2019-04-086-13/+80
| | * | xfrm: remove output2 indirection from xfrm_modeFlorian Westphal2019-04-085-211/+207Star
| | * | xfrm: remove input2 indirection from xfrm_modeFlorian Westphal2019-04-086-160/+222
| | * | xfrm: remove gso_segment indirection from xfrm_modeFlorian Westphal2019-04-086-53/+78
| | * | xfrm: remove xmit indirection from xfrm_modeFlorian Westphal2019-04-085-55/+56
| | * | xfrm: remove output indirection from xfrm_modeFlorian Westphal2019-04-0811-114/+164
| | * | xfrm: remove input indirection from xfrm_modeFlorian Westphal2019-04-087-55/+72
| | * | xfrm: prefer family stored in xfrm_mode structFlorian Westphal2019-04-084-5/+5