summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | gianfar: fix size of scatter-gathered framesZefir Kurtisi2016-08-241-6/+14
| | * | | gianfar: prevent fragmentation in DSA environmentsZefir Kurtisi2016-08-241-1/+2
| | * | | udp: fix poll() issue with zero sized packetsEric Dumazet2016-08-241-6/+6
| | * | | net sched: fix encoding to use real lengthJamal Hadi Salim2016-08-231-8/+10
| | * | | qed: FLR of active VFs might lead to FW assertYuval Mintz2016-08-231-1/+10
| | * | | net: ip_finish_output_gso: Allow fragmenting segments of tunneled skbs if the...Shmulik Ladkani2016-08-231-3/+5
| | * | | net: ipv6: Remove addresses for failures with strict DADMike Manning2016-08-231-13/+21
| | * | | include/uapi/linux/ipx.h: fix conflicting defitions with glibc netipx/ipx.hMikko Rapeli2016-08-232-1/+38
| | * | | include/uapi/linux/openvswitch.h: use __u32 from linux/types.hMikko Rapeli2016-08-231-1/+1
| | * | | include/uapi/linux/atm_zatm.h: include linux/time.hMikko Rapeli2016-08-231-0/+1
| | * | | include/uapi/linux/openvswitch.h: use __u32 from linux/types.hMikko Rapeli2016-08-231-2/+2
| | * | | include/uapi/linux/if_pppox.h: include linux/in.h and linux/in6.hMikko Rapeli2016-08-231-0/+2
| | * | | include/uapi/linux/if_pppol2tp.h: include linux/in.h and linux/in6.hMikko Rapeli2016-08-231-1/+2
| | * | | include/uapi/linux/if_tunnel.h: include linux/if.h, linux/ip.h and linux/in6.hMikko Rapeli2016-08-231-0/+3
| | * | | include/uapi/linux/if_pppox.h: include linux/if.hMikko Rapeli2016-08-231-0/+1
| | * | | net: tehuti: fix typo: "eneble" -> "enable"Colin Ian King2016-08-221-1/+1
| | * | | net: xilinx: emaclite: Fallback to random MAC address.Daniel Romell2016-08-211-3/+5
| | * | | vmxnet3: fix tx data ring copy for variable sizeShrikrishna Khare2016-08-202-3/+5
| | * | | ixgbe: Do not clear RAR entry when clearing VMDq for SAN MACAlexander Duyck2016-08-201-1/+3
| | * | | mlxsw: spectrum_buffers: Fix pool value handling in mlxsw_sp_sb_tc_pool_bind_setJiri Pirko2016-08-201-8/+4
| | * | | l2tp: Fix the connect status check in pppol2tp_getnameGao Feng2016-08-201-1/+1
| | * | | sctp: linearize early if it's not GSOMarcelo Ricardo Leitner2016-08-202-17/+7
| | * | | Merge branch 'mlx5-fixes'David S. Miller2016-08-209-85/+141
| | |\ \ \
| | | * | | net/mlx5: E-Switch, Avoid ACLs in the offloads modeOr Gerlitz2016-08-201-7/+9
| | | * | | net/mlx5: E-Switch, Set the send-to-vport rules in the correct tableOr Gerlitz2016-08-201-1/+1
| | | * | | net/mlx5: E-Switch, Return the correct devlink e-switch modeOr Gerlitz2016-08-201-5/+19
| | | * | | net/mlx5e: Retrieve the switchdev id from the firmware only onceHadar Hen Zion2016-08-203-3/+8
| | | * | | net/mlx5e: Use correct flow dissector key on flower offloadingHadar Hen Zion2016-08-201-1/+1
| | | * | | net/mlx5: Update last-use statistics for flow rulesAmir Vadai2016-08-201-1/+10
| | | * | | net/mlx5: Added missing check of msg length in verifying its signaturePaul Blakey2016-08-201-31/+54
| | | * | | net/mlx5: Fix pci error recovery flowMohamad Haj Yahia2016-08-201-30/+29
| | | * | | net/mlx5e: Optimization for MTU changeTariq Toukan2016-08-201-2/+7
| | | * | | net/mlx5e: Set port MTU on netdev creation rather on openSaeed Mahameed2016-08-201-4/+3
| | |/ / /
| | * | | fib_trie: Fix the description of pos and bitsXunlei Pang2016-08-191-2/+2
| | * | | Merge branch 'kaweth-oopses'David S. Miller2016-08-191-3/+7
| | |\ \ \
| | | * | | kaweth: fix oops upon failed memory allocationOliver Neukum2016-08-191-1/+6
| | | * | | kaweth: fix firmware downloadOliver Neukum2016-08-191-2/+1
| | |/ / /
| | * | | net: bgmac: fix reversed check for MII registration errorRafał Miłecki2016-08-191-1/+1
| | * | | tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet2016-08-191-0/+2
| | * | | cxgb4: Fixes resource allocation for ULD's in kdump kernelHariprasad Shenai2016-08-191-5/+5
| | * | | net: thunderx: Fix OOPs with ethtool --register-dumpDavid Daney2016-08-192-2/+4
| | * | | qede: Fix Tx timeout due to xmit_moreYuval Mintz2016-08-191-1/+4
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-08-197-17/+31
| | |\ \ \
| | | * | | netfilter: cttimeout: fix use after free error when delete netnsLiping Zhang2016-08-181-6/+10
| | | * | | netfilter: nfnetlink_acct: fix race between nfacct del and xt_nfacct destroyLiping Zhang2016-08-181-4/+4
| | | * | | netfilter: tproxy: properly refcount tcp listenersEric Dumazet2016-08-181-0/+4
| | | * | | netfilter: nfnetlink_acct: report overquota to the right netnsLiping Zhang2016-08-183-7/+8
| | | * | | netfilter: nfnetlink_log: add "nf-logger-3-1" module alias nameLiping Zhang2016-08-171-0/+1
| | | * | | netfilter: conntrack: do not dump other netns's conntrack entries via procLiping Zhang2016-08-171-0/+4
| * | | | | Merge tag 'platform-drivers-x86-v4.8-4' of git://git.infradead.org/users/dvha...Linus Torvalds2016-08-292-11/+5
| |\ \ \ \ \