summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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-251-2/+2
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-08-275-4/+24
|\ \
| * | Bluetooth: Fix hci_sock_recvmsg when MSG_TRUNC is not setLuiz Augusto von Dentz2016-08-251-1/+1
| * | Bluetooth: Fix bt_sock_recvmsg when MSG_TRUNC is not setLuiz Augusto von Dentz2016-08-251-1/+1
| * | Bluetooth: split sk_filter in l2cap_sock_recv_cbDaniel Borkmann2016-08-242-2/+20
| * | Bluetooth: Fix memory leak at end of hci requestsFrederic Dalleau2016-08-241-0/+2
* | | qdisc: fix a module refcount leak in qdisc_create_dflt()Eric Dumazet2016-08-261-4/+5
* | | tipc: fix the error handling in tipc_udp_enable()Wei Yongjun2016-08-261-1/+4
|/ /
* | net: diag: Fix refcnt leak in error path destroying socketDavid Ahern2016-08-242-3/+6
* | udp: get rid of SLAB_DESTROY_BY_RCU allocationsEric Dumazet2016-08-244-4/+0Star
* | sctp: fix overrun in sctp_diag_dump_one()Lance Richardson2016-08-241-2/+4
* | tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet2016-08-242-2/+14
* | 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
* | 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
* | 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/+7Star
* | fib_trie: Fix the description of pos and bitsXunlei Pang2016-08-191-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-08-196-15/+29
|\ \
| * | 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-182-5/+6
| * | 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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-08-1847-335/+386
|\ \ \
| * | | net_sched: allow flushing tc police actionsRoman Mashak2016-08-181-42/+1Star
| * | | net_sched: unify the init logic for act_policeWANG Cong2016-08-181-9/+10
| * | | net_sched: convert tcf_exts from list to pointer arrayWANG Cong2016-08-182-20/+42
| * | | net_sched: remove an unnecessary list_del()WANG Cong2016-08-181-1/+0Star
| * | | net_sched: remove the leftover cleanup_a()WANG Cong2016-08-181-19/+3Star
| |/ /
| * | tipc: fix NULL pointer dereference in shutdown()Vegard Nossum2016-08-151-1/+2
| * | gre: set inner_protocol on xmitSimon Horman2016-08-152-3/+0Star
| * | net: ipv6: Fix ping to link-local addresses.Lorenzo Colitti2016-08-151-16/+17
| * | net: remove type_check from dev_get_nest_level()Sabrina Dubroca2016-08-142-8/+4Star
| * | net: ipv6: Do not keep IPv6 addresses when IPv6 is disabledMike Manning2016-08-141-2/+2
| * | net/sctp: always initialise sctp_ht_iter::start_failVegard Nossum2016-08-141-0/+1
| * | net/irda: handle iriap_register_lsap() allocation failureVegard Nossum2016-08-141-2/+6
| * | bpf: fix write helpers with regards to non-linear partsDaniel Borkmann2016-08-141-52/+18Star
| * | calipso: fix resource leak on calipso_genopt failureColin Ian King2016-08-131-1/+3
| * | bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann2016-08-131-5/+5
| * | openvswitch: do not ignore netdev errors when creating tunnel vportsMartynas Pumputis2016-08-113-4/+25
| * | tipc: fix variable dereference before NULL checkParthasarathy Bhuvaragan2016-08-111-1/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-08-107-20/+26
| |\ \
| | * | netfilter: nft_exthdr: Add size check on u8 nft_exthdr attributesLaura Garcia Liebana2016-08-101-2/+9
| | * | netfilter: ctnetlink: reject new conntrack request with different l4protoLiping Zhang2016-08-091-0/+2
| | * | netfilter: nfnetlink_queue: reject verdict request from different portidLiping Zhang2016-08-091-4/+2Star
| | * | netfilter: nfnetlink_queue: fix memory leak when attach expectation successfullyLiping Zhang2016-08-091-6/+2Star