summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-08-31net: mpls: Fixups for GSODavid Ahern
2016-08-31net: lwtunnel: Handle fragmentationRoopa Prabhu
2016-08-31net: batch calls to flush_all_backlogs()Eric Dumazet
2016-08-30rxrpc: Pass struct socket * to more rxrpc kernel interface functionsDavid Howells
2016-08-30rxrpc: Use call->peer rather than going to the connectionDavid Howells
2016-08-30rxrpc: Provide a way for AFS to ask for the peer address of a callDavid Howells
2016-08-30rxrpc: Trace rxrpc_call usageDavid Howells
2016-08-30rxrpc: Calls should only have one terminal stateDavid Howells
2016-08-30rxrpc: Fix a potential NULL-pointer deref in rxrpc_abort_callsDavid Howells
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-29net_sched: fix use of uninitialized ethertype variable in cls_flowerArnd Bergmann
2016-08-29tcp: add tcp_add_backlog()Eric Dumazet
2016-08-29kcm: Remove TCP specific references from kcm and strparserTom Herbert
2016-08-29tcp: Set read_sock and peek_len proto_opsTom Herbert
2016-08-27tipc: add UDP remoteip dump to netlink APIRichard Alpe
2016-08-27tipc: add the ability to get UDP options via netlinkRichard Alpe
2016-08-27tipc: add replicast peer discoveryRichard Alpe
2016-08-27tipc: introduce UDP replicastRichard Alpe
2016-08-27tipc: refactor multicast ip checkRichard Alpe
2016-08-27tipc: split UDP send functionRichard Alpe
2016-08-27tipc: split UDP nl address parsingRichard Alpe
2016-08-27Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2016-08-26bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel
2016-08-26switchdev: Support parent ID comparison for stacked devicesIdo Schimmel
2016-08-26net: flush the softnet backlog in process contextPaolo Abeni
2016-08-26net: bridge: export also pvid flag in the xstats flagsNikolay Aleksandrov
2016-08-25qdisc: fix a module refcount leak in qdisc_create_dflt()Eric Dumazet
2016-08-25tcp: md5: add LINUX_MIB_TCPMD5FAILURE counterEric Dumazet
2016-08-25tcp: md5: increment sk_drops on syn_recv stateEric Dumazet
2016-08-25tipc: fix the error handling in tipc_udp_enable()Wei Yongjun
2016-08-25Bluetooth: Fix hci_sock_recvmsg when MSG_TRUNC is not setLuiz Augusto von Dentz
2016-08-25Bluetooth: Fix bt_sock_recvmsg when MSG_TRUNC is not setLuiz Augusto von Dentz
2016-08-25net: diag: allow socket bytecode filters to match socket marksLorenzo Colitti
2016-08-25net: diag: slightly refactor the inet_diag_bc_audit error checks.Lorenzo Colitti
2016-08-25net: dsa: rename switch operations structureVivien Didelot
2016-08-24Merge tag 'rxrpc-rewrite-20160824-2' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2016-08-24Merge tag 'rxrpc-rewrite-20160824-1' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2016-08-24Bluetooth: split sk_filter in l2cap_sock_recv_cbDaniel Borkmann
2016-08-24Bluetooth: Fix memory leak at end of hci requestsFrederic Dalleau
2016-08-24rxrpc: Improve management and caching of client connection objectsDavid Howells
2016-08-24rxrpc: Dup the main conn list for the proc interfaceDavid Howells
2016-08-24rxrpc: Make /proc/net/rxrpc_calls saferDavid Howells
2016-08-24rxrpc: Fix conn-based retransmitDavid Howells
2016-08-24net: remove clear_sk() methodEric Dumazet
2016-08-24ipv6: tcp: get rid of tcp_v6_clear_sk()Eric Dumazet
2016-08-24udp: get rid of sk_prot_clear_portaddr_nulls()Eric Dumazet
2016-08-24ipv6: udp: remove udp_v6_clear_sk()Eric Dumazet
2016-08-24net: diag: support SOCK_DESTROY for UDP socketsDavid Ahern
2016-08-24net: diag: Fix refcnt leak in error path destroying socketDavid Ahern
2016-08-24tipc: use kfree_skb() instead of kfree()Wei Yongjun