Age | Commit message (Expand) | Author | Files | Lines |
2016-08-23 | include/uapi/linux/openvswitch.h: use __u32 from linux/types.h | Mikko Rapeli | 1 | -1/+1 |
2016-08-23 | include/uapi/linux/atm_zatm.h: include linux/time.h | Mikko Rapeli | 1 | -0/+1 |
2016-08-23 | include/uapi/linux/openvswitch.h: use __u32 from linux/types.h | Mikko Rapeli | 1 | -2/+2 |
2016-08-23 | include/uapi/linux/if_pppox.h: include linux/in.h and linux/in6.h | Mikko Rapeli | 1 | -0/+2 |
2016-08-23 | include/uapi/linux/if_pppol2tp.h: include linux/in.h and linux/in6.h | Mikko Rapeli | 1 | -1/+2 |
2016-08-23 | include/uapi/linux/if_tunnel.h: include linux/if.h, linux/ip.h and linux/in6.h | Mikko Rapeli | 1 | -0/+3 |
2016-08-23 | include/uapi/linux/if_pppox.h: include linux/if.h | Mikko Rapeli | 1 | -0/+1 |
2016-08-22 | net: tehuti: fix typo: "eneble" -> "enable" | Colin Ian King | 1 | -1/+1 |
2016-08-21 | net: xilinx: emaclite: Fallback to random MAC address. | Daniel Romell | 1 | -3/+5 |
2016-08-20 | vmxnet3: fix tx data ring copy for variable size | Shrikrishna Khare | 2 | -3/+5 |
2016-08-20 | ixgbe: Do not clear RAR entry when clearing VMDq for SAN MAC | Alexander Duyck | 1 | -1/+3 |
2016-08-20 | mlxsw: spectrum_buffers: Fix pool value handling in mlxsw_sp_sb_tc_pool_bind_set | Jiri Pirko | 1 | -8/+4 |
2016-08-20 | l2tp: Fix the connect status check in pppol2tp_getname | Gao Feng | 1 | -1/+1 |
2016-08-20 | sctp: linearize early if it's not GSO | Marcelo Ricardo Leitner | 2 | -17/+7 |
2016-08-20 | Merge branch 'mlx5-fixes' | David S. Miller | 9 | -85/+141 |
2016-08-20 | net/mlx5: E-Switch, Avoid ACLs in the offloads mode | Or Gerlitz | 1 | -7/+9 |
2016-08-20 | net/mlx5: E-Switch, Set the send-to-vport rules in the correct table | Or Gerlitz | 1 | -1/+1 |
2016-08-20 | net/mlx5: E-Switch, Return the correct devlink e-switch mode | Or Gerlitz | 1 | -5/+19 |
2016-08-20 | net/mlx5e: Retrieve the switchdev id from the firmware only once | Hadar Hen Zion | 3 | -3/+8 |
2016-08-20 | net/mlx5e: Use correct flow dissector key on flower offloading | Hadar Hen Zion | 1 | -1/+1 |
2016-08-20 | net/mlx5: Update last-use statistics for flow rules | Amir Vadai | 1 | -1/+10 |
2016-08-20 | net/mlx5: Added missing check of msg length in verifying its signature | Paul Blakey | 1 | -31/+54 |
2016-08-20 | net/mlx5: Fix pci error recovery flow | Mohamad Haj Yahia | 1 | -30/+29 |
2016-08-20 | net/mlx5e: Optimization for MTU change | Tariq Toukan | 1 | -2/+7 |
2016-08-20 | net/mlx5e: Set port MTU on netdev creation rather on open | Saeed Mahameed | 1 | -4/+3 |
2016-08-19 | fib_trie: Fix the description of pos and bits | Xunlei Pang | 1 | -2/+2 |
2016-08-19 | Merge branch 'kaweth-oopses' | David S. Miller | 1 | -3/+7 |
2016-08-19 | kaweth: fix oops upon failed memory allocation | Oliver Neukum | 1 | -1/+6 |
2016-08-19 | kaweth: fix firmware download | Oliver Neukum | 1 | -2/+1 |
2016-08-19 | net: bgmac: fix reversed check for MII registration error | Rafał Miłecki | 1 | -1/+1 |
2016-08-19 | tcp: fix use after free in tcp_xmit_retransmit_queue() | Eric Dumazet | 1 | -0/+2 |
2016-08-19 | cxgb4: Fixes resource allocation for ULD's in kdump kernel | Hariprasad Shenai | 1 | -5/+5 |
2016-08-19 | net: thunderx: Fix OOPs with ethtool --register-dump | David Daney | 2 | -2/+4 |
2016-08-19 | qede: Fix Tx timeout due to xmit_more | Yuval Mintz | 1 | -1/+4 |
2016-08-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 7 | -17/+31 |
2016-08-18 | netfilter: cttimeout: fix use after free error when delete netns | Liping Zhang | 1 | -6/+10 |
2016-08-18 | netfilter: nfnetlink_acct: fix race between nfacct del and xt_nfacct destroy | Liping Zhang | 1 | -4/+4 |
2016-08-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 116 | -1109/+1486 |
2016-08-18 | Merge branch 'tc_action-fixes' | David S. Miller | 8 | -119/+112 |
2016-08-18 | net_sched: allow flushing tc police actions | Roman Mashak | 1 | -42/+1 |
2016-08-18 | net_sched: unify the init logic for act_police | WANG Cong | 1 | -9/+10 |
2016-08-18 | net_sched: convert tcf_exts from list to pointer array | WANG Cong | 7 | -41/+85 |
2016-08-18 | net_sched: move tc offload macros to pkt_cls.h | WANG Cong | 2 | -16/+22 |
2016-08-18 | net_sched: fix a typo in tc_for_each_action() | WANG Cong | 1 | -1/+1 |
2016-08-18 | net_sched: remove an unnecessary list_del() | WANG Cong | 1 | -1/+0 |
2016-08-18 | net_sched: remove the leftover cleanup_a() | WANG Cong | 1 | -19/+3 |
2016-08-18 | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher... | David S. Miller | 7 | -49/+107 |
2016-08-18 | Merge branch 'mlxsw-fixes' | David S. Miller | 6 | -88/+83 |
2016-08-18 | mlxsw: spectrum: Allow packets to be trapped from any PG | Ido Schimmel | 1 | -1/+1 |
2016-08-18 | mlxsw: spectrum: Unmap 802.1Q FID before destroying it | Ido Schimmel | 1 | -0/+2 |