summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* l2tp: make nla_policy conststephen hemminger2016-09-011-1/+1
* tcp: make nla_policy conststephen hemminger2016-09-011-1/+1
* ila: make nla_policy conststephen hemminger2016-09-012-2/+2
* fou: make nla_policy conststephen hemminger2016-09-011-1/+1
* netns: make nla_policy conststephen hemminger2016-09-011-1/+1
* batman: make netlink attributes conststephen hemminger2016-09-011-2/+2
* drop_monitor: make genl_multicast_group conststephen hemminger2016-09-011-1/+1
* net: make genetlink ctrl ops conststephen hemminger2016-09-011-2/+2
* mpls: get rid of trivial returnsstephen hemminger2016-09-011-5/+0Star
* net: dsa: add MDB supportVivien Didelot2016-08-311-0/+55
* net: mpls: Fixups for GSODavid Ahern2016-08-313-13/+40
* net: lwtunnel: Handle fragmentationRoopa Prabhu2016-08-316-6/+62
* net: batch calls to flush_all_backlogs()Eric Dumazet2016-08-311-20/+12Star
* rxrpc: Pass struct socket * to more rxrpc kernel interface functionsDavid Howells2016-08-302-11/+14
* rxrpc: Use call->peer rather than going to the connectionDavid Howells2016-08-301-5/+5
* rxrpc: Provide a way for AFS to ask for the peer address of a callDavid Howells2016-08-301-0/+15
* 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