summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Trace rxrpc_call usageDavid Howells2016-08-3011-34/+104
* rxrpc: Calls should only have one terminal stateDavid Howells2016-08-3012-184/+226
* rxrpc: Fix a potential NULL-pointer deref in rxrpc_abort_callsDavid Howells2016-08-301-11/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-3029-84/+136
|\
| * 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
* | | net_sched: fix use of uninitialized ethertype variable in cls_flowerArnd Bergmann2016-08-291-10/+11
* | | tcp: add tcp_add_backlog()Eric Dumazet2016-08-292-8/+30
* | | kcm: Remove TCP specific references from kcm and strparserTom Herbert2016-08-292-36/+42
* | | tcp: Set read_sock and peek_len proto_opsTom Herbert2016-08-293-0/+10
* | | tipc: add UDP remoteip dump to netlink APIRichard Alpe2016-08-273-1/+100
* | | tipc: add the ability to get UDP options via netlinkRichard Alpe2016-08-273-0/+70
* | | tipc: add replicast peer discoveryRichard Alpe2016-08-271-3/+80
* | | tipc: introduce UDP replicastRichard Alpe2016-08-275-12/+200
* | | tipc: refactor multicast ip checkRichard Alpe2016-08-271-15/+19
* | | tipc: split UDP send functionRichard Alpe2016-08-271-18/+32
* | | tipc: split UDP nl address parsingRichard Alpe2016-08-271-57/+55Star
* | | bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel2016-08-268-99/+107
* | | switchdev: Support parent ID comparison for stacked devicesIdo Schimmel2016-08-261-2/+0Star
* | | net: flush the softnet backlog in process contextPaolo Abeni2016-08-261-22/+50
* | | net: bridge: export also pvid flag in the xstats flagsNikolay Aleksandrov2016-08-261-0/+5
* | | tcp: md5: add LINUX_MIB_TCPMD5FAILURE counterEric Dumazet2016-08-263-0/+3
* | | tcp: md5: increment sk_drops on syn_recv stateEric Dumazet2016-08-262-0/+2
* | | net: diag: allow socket bytecode filters to match socket marksLorenzo Colitti2016-08-251-3/+33
* | | net: diag: slightly refactor the inet_diag_bc_audit error checks.Lorenzo Colitti2016-08-251-11/+17
* | | net: dsa: rename switch operations structureVivien Didelot2016-08-253-116/+116
* | | Merge tag 'rxrpc-rewrite-20160824-2' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2016-08-249-160/+943
|\ \ \