| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2020-01-09 | 71 | -275/+515 |
|\ |
|
| * | tipc: fix wrong connect() return code | Tuong Lien | 2020-01-09 | 1 | -2/+2 |
| * | tipc: fix link overflow issue at socket shutdown | Tuong Lien | 2020-01-09 | 1 | -21/+32 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2020-01-09 | 10 | -39/+75 |
| |\ |
|
| | * | netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is present | Florian Westphal | 2020-01-08 | 1 | -1/+2 |
| | * | netfilter: conntrack: dccp, sctp: handle null timeout argument | Florian Westphal | 2020-01-08 | 2 | -0/+6 |
| | * | netfilter: flowtable: add nf_flowtable_time_stamp | Pablo Neira Ayuso | 2020-01-06 | 4 | -10/+11 |
| | * | netfilter: nf_tables: unbind callbacks from flowtable destroy path | Pablo Neira Ayuso | 2020-01-05 | 1 | -2/+6 |
| | * | netfilter: nf_flow_table_offload: fix the nat port mangle. | wenxu | 2020-01-05 | 1 | -8/+16 |
| | * | netfilter: nf_flow_table_offload: check the status of dst_neigh | wenxu | 2020-01-05 | 1 | -2/+14 |
| | * | netfilter: nf_flow_table_offload: fix incorrect ethernet dst address | wenxu | 2020-01-05 | 1 | -2/+4 |
| | * | netfilter: nft_flow_offload: fix underflow in flowtable reference counter | wenxu | 2020-01-05 | 1 | -3/+0 |
| | * | netfilter: arp_tables: init netns pointer in xt_tgchk_param struct | Florian Westphal | 2019-12-30 | 1 | -11/+16 |
| * | | atm: eni: fix uninitialized variable warning | Arnd Bergmann | 2020-01-08 | 1 | -2/+2 |
| * | | macvlan: do not assume mac_header is set in macvlan_broadcast() | Eric Dumazet | 2020-01-08 | 2 | -1/+9 |
| * | | Merge branch 'net-ungraft-prio' | David S. Miller | 2020-01-08 | 2 | -2/+15 |
| |\ \ |
|
| | * | | net: sch_prio: When ungrafting, replace with FIFO | Petr Machata | 2020-01-08 | 1 | -2/+8 |
| | * | | mlxsw: spectrum_qdisc: Ignore grafting of invisible FIFO | Petr Machata | 2020-01-08 | 1 | -0/+7 |
| |/ / |
|
| * | | MAINTAINERS: Remove myself as co-maintainer for qcom-ethqos | Niklas Cassel | 2020-01-08 | 1 | -1/+0 |
| * | | gtp: fix bad unlock balance in gtp_encap_enable_socket | Eric Dumazet | 2020-01-08 | 1 | -2/+3 |
| * | | pkt_sched: fq: do not accept silly TCA_FQ_QUANTUM | Eric Dumazet | 2020-01-08 | 1 | -2/+4 |
| * | | tipc: remove meaningless assignment in Makefile | Masahiro Yamada | 2020-01-08 | 1 | -2/+0 |
| * | | tipc: do not add socket.o to tipc-y twice | Masahiro Yamada | 2020-01-08 | 1 | -1/+1 |
| * | | net: stmmac: dwmac-sun8i: Allow all RGMII modes | Chen-Yu Tsai | 2020-01-08 | 1 | -0/+3 |
| * | | net: stmmac: dwmac-sunxi: Allow all RGMII modes | Chen-Yu Tsai | 2020-01-08 | 1 | -1/+1 |
| * | | net: usb: lan78xx: fix possible skb leak | Eric Dumazet | 2020-01-07 | 1 | -6/+3 |
| * | | net: stmmac: Fixed link does not need MDIO Bus | Jose Abreu | 2020-01-07 | 1 | -1/+1 |
| * | | Merge branch 'vlan-rtnetlink-newlink-fixes' | David S. Miller | 2020-01-07 | 3 | -8/+15 |
| |\ \ |
|
| | * | | vlan: vlan_changelink() should propagate errors | Eric Dumazet | 2020-01-07 | 1 | -3/+7 |
| | * | | vlan: fix memory leak in vlan_dev_set_egress_priority | Eric Dumazet | 2020-01-07 | 3 | -5/+8 |
| |/ / |
|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2020-01-07 | 2 | -4/+16 |
| |\ \ |
|
| | * | | bpf: Fix passing modified ctx to ld/abs/ind instruction | Daniel Borkmann | 2020-01-06 | 1 | -2/+7 |
| | * | | bpf: cgroup: prevent out-of-order release of cgroup bpf | Roman Gushchin | 2020-01-06 | 1 | -2/+9 |
| * | | | stmmac: debugfs entry name is not be changed when udev rename device name. | Jiping Ma | 2020-01-07 | 1 | -0/+32 |
| * | | | Merge tag 'mlx5-fixes-2020-01-06' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller | 2020-01-07 | 10 | -96/+119 |
| |\ \ \ |
|
| | * | | | net/mlx5: DR, Init lists that are used in rule's member | Erez Shitrit | 2020-01-07 | 1 | -0/+3 |
| | * | | | net/mlx5e: Fix hairpin RSS table size | Eli Cohen | 2020-01-07 | 3 | -17/+17 |
| | * | | | net/mlx5: DR, No need for atomic refcount for internal SW steering resources | Yevgeny Kliteynik | 2020-01-07 | 3 | -12/+14 |
| | * | | | Revert "net/mlx5: Support lockless FTE read lookups" | Parav Pandit | 2020-01-07 | 2 | -56/+15 |
| | * | | | net/mlx5: Move devlink registration before interfaces load | Michael Guralnik | 2020-01-07 | 1 | -7/+9 |
| | * | | | net/mlx5e: Always print health reporter message to dmesg | Eran Ben Elisha | 2020-01-07 | 1 | -3/+4 |
| | * | | | net/mlx5e: Avoid duplicating rule destinations | Dmytro Linkin | 2020-01-07 | 1 | -1/+57 |
| |/ / / |
|
| * | | | Merge branch 'atlantic-bugfixes' | David S. Miller | 2020-01-06 | 3 | -8/+3 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | net: atlantic: remove duplicate entries | Igor Russkikh | 2020-01-06 | 1 | -3/+0 |
| | * | | net: atlantic: loopback configuration in improper place | Igor Russkikh | 2020-01-06 | 1 | -2/+2 |
| | * | | net: atlantic: broken link status on old fw | Igor Russkikh | 2020-01-06 | 1 | -3/+1 |
| |/ / |
|
| * | | firmware: tee_bnxt: Fix multiple call to tee_client_close_context | Vikas Gupta | 2020-01-06 | 1 | -1/+0 |
| * | | net: dsa: mv88e6xxx: Preserve priority when setting CPU port. | Andrew Lunn | 2020-01-06 | 2 | -0/+6 |
| * | | net: ethernet: sxgbe: Rename Samsung to lowercase | Krzysztof Kozlowski | 2020-01-06 | 2 | -2/+2 |
| * | | net: wan: sdla: Fix cast from pointer to integer of different size | Krzysztof Kozlowski | 2020-01-06 | 1 | -1/+1 |