summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | netfilter: nf_tables: fix race when create new element in dynsetLiping Zhang2016-10-271-3/+12
| | * | | | netfilter: nf_tables: fix *leak* when expr clone failLiping Zhang2016-10-274-14/+19
| | * | | | netfilter: nft_dynset: fix panic if NFT_SET_HASH is not enabledLiping Zhang2016-10-271-0/+3
| * | | | | rtnl: reset calcit fptr in rtnl_unregister()Mathias Krause2016-11-101-0/+1
| * | | | | net: icmp_route_lookup should use rt dev to determine L3 domainDavid Ahern2016-11-101-2/+2
| * | | | | net-ipv6: on device mtu change do not add mtu to mtu-less routesMaciej Żenczykowski2016-11-091-0/+1
| * | | | | sock: fix sendmmsg for partial sendmsgSoheil Hassas Yeganeh2016-11-091-0/+2
| * | | | | fib_trie: Correct /proc/net/route off by one errorAlexander Duyck2016-11-081-12/+9Star
| * | | | | net: icmp6_send should use dst dev to determine L3 domainDavid Ahern2016-11-081-1/+1
| * | | | | sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner2016-11-071-2/+5
| * | | | | genetlink: fix a memory leak on error pathWANG Cong2016-11-031-1/+3
| * | | | | ipv6: dccp: add missing bind_conflict to dccp_ipv6_mappedEric Dumazet2016-11-031-0/+1
| * | | | | ipv6: dccp: fix out of bound access in dccp_v6_err()Eric Dumazet2016-11-031-7/+8
| * | | | | netlink: netlink_diag_dump() runs without locksEric Dumazet2016-11-031-4/+1Star
| * | | | | dccp: fix out of bound access in dccp_v4_err()Eric Dumazet2016-11-031-6/+8
| * | | | | dccp: do not send reset to already closed socketsEric Dumazet2016-11-031-0/+4
| * | | | | dccp: do not release listeners too soonEric Dumazet2016-11-033-4/+6
| * | | | | tcp: fix return value for partial writesEric Dumazet2016-11-031-1/+1
| * | | | | ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson2016-11-034-17/+4Star
| * | | | | tcp: fix potential memory corruptionEric Dumazet2016-11-031-1/+1
| * | | | | inet: fix sleeping inside inet_wait_for_connect()WANG Cong2016-11-031-5/+4Star
| | |_|/ / | |/| | |
| * | | | ip6_udp_tunnel: remove unused IPCB related codesEli Cooper2016-11-021-3/+0Star
| * | | | unix: escape all null bytes in abstract unix domain socketIsaac Boukris2016-11-011-1/+2
| * | | | Merge tag 'linux-can-fixes-for-4.9-20161031' of git://git.kernel.org/pub/scm/...David S. Miller2016-11-011-9/+23
| |\ \ \ \
| | * | | | can: bcm: fix warning in bcm_connect/proc_registerOliver Hartkopp2016-10-311-9/+23
| * | | | | sctp: hold transport instead of assoc when lookup assoc in rx pathXin Long2016-10-312-17/+17
| * | | | | sctp: return back transport in __sctp_rcv_init_lookupXin Long2016-10-311-2/+1Star
| * | | | | sctp: hold transport instead of assoc in sctp_diagXin Long2016-10-311-4/+1Star
| |/ / / /
| * | | | net: mangle zero checksum in skb_checksum_help()Eric Dumazet2016-10-311-1/+1
| * | | | net: clear sk_err_soft in sk_clone_lock()Eric Dumazet2016-10-311-0/+1
| * | | | dctcp: avoid bogus doubling of cwnd after lossFlorian Westphal2016-10-311-1/+12
| * | | | ipv6: add mtu lock check in __ip6_rt_update_pmtuXin Long2016-10-311-0/+3
| * | | | ipv6: Don't use ufo handling on later transformed packetsJakub Sitnicki2016-10-311-1/+1
* | | | | Merge tag 'ceph-for-4.9-rc5' of git://github.com/ceph/ceph-clientLinus Torvalds2016-11-112-1/+3
|\ \ \ \ \
| * | | | | libceph: initialize last_linger_id with a large integerIlya Dryomov2016-11-101-0/+1
| * | | | | libceph: fix legacy layout decode with pool 0Yan, Zheng2016-11-101-1/+2
* | | | | | Merge tag 'nfs-for-4.9-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-11-113-18/+29
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | xprtrdma: Fix DMAR failure in frwr_op_map() after reconnectChuck Lever2016-11-102-16/+24
| * | | | | SUNRPC: Fix suspicious RCU usageAnna Schumaker2016-11-071-2/+5
* | | | | | Merge tag 'nfsd-4.9-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-11-055-47/+82
|\ \ \ \ \ \ | |_|/ / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | svcrdma: backchannel cannot share a page for send and rcv buffersChuck Lever2016-11-011-3/+10
| * | | | sunrpc: fix some missing rq_rbuffer assignmentsJeff Layton2016-10-282-0/+2
| * | | | sunrpc: don't pass on-stack memory to sg_set_bufJ. Bruce Fields2016-10-263-45/+71
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-3085-412/+675
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | tipc: fix broadcast link synchronization problemJon Paul Maloy2016-10-296-6/+33
| * | | | rds: debug messages are enabled by defaultshamir rabinovitch2016-10-292-2/+2
| * | | | Merge tag 'mac80211-for-davem-2016-10-27' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-10-291-1/+4
| |\ \ \ \
| | * | | | cfg80211: process events caused by suspend before suspendingJohannes Berg2016-10-261-1/+4
| * | | | | Merge tag 'batadv-net-for-davem-20161026' of git://git.open-mesh.org/linux-mergeDavid S. Miller2016-10-293-3/+2Star
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | batman-adv: fix splat on disabling an interfaceLinus Lüssing2016-10-211-1/+0Star