summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | netfilter: nf_nat: register NAT helpers.Flavio Leitner2019-04-305-6/+39
| | * | | | netfilter: add API to manage NAT helpers.Flavio Leitner2019-04-307-36/+140
| | * | | | netfilter: use macros to create module aliases.Flavio Leitner2019-04-307-7/+7
| | * | | | netfilter: conntrack: limit sysctl setting for boolean optionsTonghao Zhang2019-04-301-15/+33
| | * | | | netfilter: nf_tables: fix implicit include of module.hPaul Gortmaker2019-04-301-0/+1
| | * | | | netfilter: nf_tables: relocate header content to consumerPaul Gortmaker2019-04-301-0/+17
| * | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-05-054-0/+23
| |\ \ \ \ \
| | * | | | | Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita2019-05-054-0/+23
| * | | | | | net: use indirect calls helpers at the socket layerPaolo Abeni2019-05-051-4/+16
| * | | | | | net: use indirect calls helpers at early demux stagePaolo Abeni2019-05-054-4/+10
| * | | | | | 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