summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfrm: Fix memory leak of aead algorithm nameIlan Tayari2016-09-191-0/+1
* vti: use right inner_mode for inbound inter address family policy checksthomas.zeitlhofer+lkml@ze-it.at2016-09-092-2/+28
* xfrm_user: propagate sec ctx allocation errorsMathias Krause2016-09-091-3/+6
* Merge branch 'nfp-fixes'David S. Miller2016-09-093-11/+2
|\
| * nfp: don't pad frames on receiveJakub Kicinski2016-09-091-4/+0
| * nfp: drop support for old firmware ABIsJakub Kicinski2016-09-091-4/+2
| * nfp: remove linux/version.h includesJakub Kicinski2016-09-093-3/+0
|/
* tcp: cwnd does not increase in TCP YeAHArtem Germanov2016-09-091-1/+1
* Merge branch 'mlx5-fixes'David S. Miller2016-09-094-13/+24
|\
| * net/mlx5e: Fix parsing of vlan packets when updating lro headerGal Pressman2016-09-091-7/+15
| * net/mlx5e: Fix global PFC counters replicationGal Pressman2016-09-091-1/+1
| * net/mlx5e: Prevent casting overflowGal Pressman2016-09-091-2/+4
| * net/mlx5e: Move an_disable_cap bit to a new positionBodong Wang2016-09-091-2/+3
| * net/mlx5e: Fix xmit_more counter race issueTariq Toukan2016-09-091-1/+1
|/
* tcp: fastopen: avoid negative sk_forward_allocEric Dumazet2016-09-091-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-09-086-18/+18
|\
| * xfrm: Only add l3mdev oif to dst lookupsDavid Ahern2016-08-222-2/+2
| * net/xfrm_input: fix possible NULL deref of tunnel.ip6->parms.i_keyAlexey Kodanev2016-08-112-7/+8
| * xfrm: Ignore socket policies when rebuilding hash tablesTobias Brunner2016-07-291-0/+4
| * xfrm: get rid of another incorrect WARNVegard Nossum2016-07-271-3/+0
| * xfrm: get rid of incorrect WARNVegard Nossum2016-07-271-3/+1
| * xfrm: fix crash in XFRM_MSG_GETSA netlink handlerVegard Nossum2016-07-181-3/+3
* | MAINTAINERS: Update CPMAC email addressFlorian Fainelli2016-09-081-1/+1
* | ipv6: addrconf: fix dev refcont leak when DAD failedWei Yongjun2016-09-061-0/+2
* | bnxt_en: Fix TX push operation on ARM64.Michael Chan2016-09-061-2/+2
* | net: Don't delete routes in different VRFsMark Tomlinson2016-09-063-4/+10
* | net: smsc: remove build warning of duplicate definitionSudip Mukherjee2016-09-061-0/+2
* | net: macb: initialize checksum when using checksum offloadingHelmut Buchsbaum2016-09-061-0/+23
* | ipv6: release dst in ping_v6_sendmsgDave Jones2016-09-061-2/+7
* | af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock'Linus Torvalds2016-09-042-23/+24
* | Revert "af_unix: Fix splice-bind deadlock"Linus Torvalds2016-09-041-40/+26
* | Merge branch 'vxlan-fixes'David S. Miller2016-09-041-26/+12
|\ \
| * | vxlan: fix duplicated and wrong error messagesJiri Benc2016-09-041-26/+9
| * | vxlan: reject multicast destination without an interfaceJiri Benc2016-09-041-0/+3
|/ /
* | bonding: Fix bonding crashMahesh Bandewar2016-09-043-3/+21
* | Merge branch 'smsc911x-fixes'David S. Miller2016-09-031-109/+104
|\ \
| * | net: smsc911x: Move interrupt allocation to open/stopJeremy Linton2016-09-031-29/+18
| * | net: smsc911x: Move interrupt handler before openJeremy Linton2016-09-031-61/+61
| * | net: smsc911x: Fix register_netdev, phy startup, driver unload orderingJeremy Linton2016-09-031-24/+24
| * | net: smsc911x: Remove multiple exit points from smsc911x_openJeremy Linton2016-09-031-4/+10
|/ /
* | l2tp: fix use-after-free during module unloadSabrina Dubroca2016-09-021-0/+3
* | ipv6: Don't unset flowi6_proto in ipxip6_tnl_xmit()Eli Cooper2016-09-021-0/+2
* | bnx2x: don't reset chip on cleanup if PCI function is offlineGuilherme G. Piccoli2016-09-021-4/+15
* | rps: flow_dissector: Fix uninitialized flow_keys used in __skb_get_hash possiblyGao Feng2016-09-021-2/+4
* | tcp: fastopen: fix rcv_wup initialization for TFO server on SYN/dataNeal Cardwell2016-09-021-0/+1
* | net: bridge: don't increment tx_dropped in br_do_proxy_arpNikolay Aleksandrov2016-09-021-5/+2
* | netconf: add a notif when settings are createdNicolas Dichtel2016-09-022-5/+15
* | ipv6: add missing netconf notif when 'all' is updatedNicolas Dichtel2016-09-021-0/+7
* | Merge branch 'thunderx-fixes'David S. Miller2016-09-014-15/+81
|\ \
| * | net: thunderx: Fix for issues with multiple CQEs posted for a TSO packetSunil Goutham2016-09-013-12/+73