summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* tipc: fix possible memory leak in tipc_udp_enable()Wei Yongjun2016-09-131-1/+2
* net: bridge: add helper to call /sbin/bridge-stpVivien Didelot2016-09-131-12/+31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-1236-162/+235
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-09-1235-160/+233
| |\
| | * sctp: identify chunks that need to be fragmented at IP levelMarcelo Ricardo Leitner2016-09-091-1/+12
| | * tcp: cwnd does not increase in TCP YeAHArtem Germanov2016-09-081-1/+1
| | * tcp: fastopen: avoid negative sk_forward_allocEric Dumazet2016-09-081-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
| | * | ipv6: addrconf: fix dev refcont leak when DAD failedWei Yongjun2016-09-061-0/+2
| | * | net: Don't delete routes in different VRFsMark Tomlinson2016-09-062-3/+8
| | * | 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-041-22/+23
| | * | Revert "af_unix: Fix splice-bind deadlock"Linus Torvalds2016-09-041-40/+26
| | * | bonding: Fix bonding crashMahesh Bandewar2016-09-041-0/+16
| | * | 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-011-0/+2
| | * | rps: flow_dissector: Fix uninitialized flow_keys used in __skb_get_hash possiblyGao Feng2016-09-011-2/+4
| | * | tcp: fastopen: fix rcv_wup initialization for TFO server on SYN/dataNeal Cardwell2016-09-011-0/+1
| | * | net: bridge: don't increment tx_dropped in br_do_proxy_arpNikolay Aleksandrov2016-09-011-5/+2
| | * | netconf: add a notif when settings are createdNicolas Dichtel2016-09-012-5/+15
| | * | ipv6: add missing netconf notif when 'all' is updatedNicolas Dichtel2016-09-011-0/+7
| | * | tipc: fix random link resets while adding a second bearerParthasarathy Bhuvaragan2016-09-011-3/+5
| | * | kcm: fix a socket double freeWANG Cong2016-08-311-1/+2
| | * | bridge: re-introduce 'fix parsing of MLDv2 reports'Davide Caratti2016-08-311-1/+1
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-08-3010-30/+71
| | |\ \
| | | * | netfilter: nf_tables_netdev: remove redundant ip_hdr assignmentLiping Zhang2016-08-301-1/+0
| | | * | netfilter: ebtables: put module reference when an incorrect extension is foundSabrina Dubroca2016-08-251-0/+2
| | | * | netfilter: nft_meta: improve the validity check of pkttype set exprLiping Zhang2016-08-252-4/+14
| | | * | netfilter: cttimeout: unlink timeout objs in the unconfirmed ct listsLiping Zhang2016-08-251-1/+10
| | | * | netfilter: cttimeout: put back l4proto when replacing timeout policyLiping Zhang2016-08-251-18/+15
| | | * | netfilter: nfnetlink: use list_for_each_entry_safe to delete all objectsLiping Zhang2016-08-252-5/+6
| | | * | netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUTLiping Zhang2016-08-254-1/+24
| | * | | Merge tag 'mac80211-for-davem-2016-08-30' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-08-302-26/+6
| | |\ \ \
| | | * | | mac80211: TDLS: don't require beaconing for AP BWArik Nemtsov2016-08-301-3/+4
| | | * | | Revert "wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel"Johannes Berg2016-08-081-23/+2
| * | | | | Merge tag 'nfs-for-4.8-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-08-301-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | SUNRPC: Silence WARN_ON when NFSv4.1 over RDMA is in useChuck Lever2016-08-241-2/+2
* | | | | | net: ipv6: Remove l3mdev_get_saddr6David Ahern2016-09-102-32/+1
* | | | | | net: ipv4: Remove l3mdev_get_saddrDavid Ahern2016-09-103-43/+0
* | | | | | net: l3mdev: remove redundant callsDavid Ahern2016-09-108-37/+10
* | | | | | net: vrf: Flip IPv6 output path from FIB lookup hook to out hookDavid Ahern2016-09-102-12/+14
* | | | | | net: vrf: Flip IPv4 output path from FIB lookup hook to out hookDavid Ahern2016-09-101-4/+0
* | | | | | net: l3mdev: Allow the l3mdev to be a loopbackDavid Ahern2016-09-102-4/+16
* | | | | | net: l3mdev: Add hook to output pathDavid Ahern2016-09-104-0/+30