summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-08-31net: lwtunnel: Handle fragmentationRoopa Prabhu6-6/+62
2016-08-31net: batch calls to flush_all_backlogs()Eric Dumazet1-20/+12
2016-08-30rxrpc: Pass struct socket * to more rxrpc kernel interface functionsDavid Howells2-11/+14
2016-08-30rxrpc: Use call->peer rather than going to the connectionDavid Howells1-5/+5
2016-08-30rxrpc: Provide a way for AFS to ask for the peer address of a callDavid Howells1-0/+15
2016-08-30rxrpc: Trace rxrpc_call usageDavid Howells11-34/+104
2016-08-30rxrpc: Calls should only have one terminal stateDavid Howells12-184/+226
2016-08-30rxrpc: Fix a potential NULL-pointer deref in rxrpc_abort_callsDavid Howells1-11/+15
2016-08-30netfilter: log: Check param to avoid overflow in nf_log_setGao Feng5-11/+9
2016-08-30netfilter: log_arp: Use ARPHRD_ETHER instead of literal '1'Gao Feng1-1/+1
2016-08-30netfilter: remove __nf_ct_kill_acct helperFlorian Westphal1-7/+5
2016-08-30netfilter: conntrack: resched gc again if eviction rate is highFlorian Westphal1-0/+6
2016-08-30netfilter: conntrack: add gc worker to remove timed-out entriesFlorian Westphal1-0/+76
2016-08-30netfilter: evict stale entries on netlink dumpsFlorian Westphal1-1/+24
2016-08-30netfilter: conntrack: get rid of conntrack timerFlorian Westphal4-58/+56
2016-08-30netfilter: don't rely on DYING bit to detect when destroy event was sentFlorian Westphal1-8/+14
2016-08-30netfilter: restart search if moved to other chainFlorian Westphal1-0/+7
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller29-84/+136
2016-08-29net_sched: fix use of uninitialized ethertype variable in cls_flowerArnd Bergmann1-10/+11
2016-08-29tcp: add tcp_add_backlog()Eric Dumazet2-8/+30
2016-08-29kcm: Remove TCP specific references from kcm and strparserTom Herbert2-36/+42
2016-08-29tcp: Set read_sock and peek_len proto_opsTom Herbert3-0/+10
2016-08-27tipc: add UDP remoteip dump to netlink APIRichard Alpe3-1/+100
2016-08-27tipc: add the ability to get UDP options via netlinkRichard Alpe3-0/+70
2016-08-27tipc: add replicast peer discoveryRichard Alpe1-3/+80
2016-08-27tipc: introduce UDP replicastRichard Alpe5-12/+200
2016-08-27tipc: refactor multicast ip checkRichard Alpe1-15/+19
2016-08-27tipc: split UDP send functionRichard Alpe1-18/+32
2016-08-27tipc: split UDP nl address parsingRichard Alpe1-57/+55
2016-08-27Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller5-4/+24
2016-08-26bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel8-99/+107
2016-08-26switchdev: Support parent ID comparison for stacked devicesIdo Schimmel1-2/+0
2016-08-26net: flush the softnet backlog in process contextPaolo Abeni1-22/+50
2016-08-26net: bridge: export also pvid flag in the xstats flagsNikolay Aleksandrov1-0/+5
2016-08-26netfilter: nf_tables: Use nla_put_be32() to dump immediate parametersPablo Neira Ayuso2-5/+5
2016-08-26netfilter: nf_tables: honor NLM_F_EXCL flag in set element insertionPablo Neira Ayuso3-13/+36
2016-08-26qdisc: fix a module refcount leak in qdisc_create_dflt()Eric Dumazet1-4/+5
2016-08-26tcp: md5: add LINUX_MIB_TCPMD5FAILURE counterEric Dumazet3-0/+3
2016-08-26tcp: md5: increment sk_drops on syn_recv stateEric Dumazet2-0/+2
2016-08-26tipc: fix the error handling in tipc_udp_enable()Wei Yongjun1-1/+4
2016-08-25Bluetooth: Fix hci_sock_recvmsg when MSG_TRUNC is not setLuiz Augusto von Dentz1-1/+1
2016-08-25Bluetooth: Fix bt_sock_recvmsg when MSG_TRUNC is not setLuiz Augusto von Dentz1-1/+1
2016-08-25net: diag: allow socket bytecode filters to match socket marksLorenzo Colitti1-3/+33
2016-08-25net: diag: slightly refactor the inet_diag_bc_audit error checks.Lorenzo Colitti1-11/+17
2016-08-25net: dsa: rename switch operations structureVivien Didelot3-116/+116
2016-08-24Merge tag 'rxrpc-rewrite-20160824-2' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller9-160/+943
2016-08-24Merge tag 'rxrpc-rewrite-20160824-1' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller6-10/+28
2016-08-24Bluetooth: split sk_filter in l2cap_sock_recv_cbDaniel Borkmann2-2/+20
2016-08-24Bluetooth: Fix memory leak at end of hci requestsFrederic Dalleau1-0/+2
2016-08-24rxrpc: Improve management and caching of client connection objectsDavid Howells8-157/+933