summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: bridge: add per-port multicast flood flagNikolay Aleksandrov2016-09-014-4/+14
* net: bridge: change unicast boolean to exact pkt_typeNikolay Aleksandrov2016-09-014-22/+37
* rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu2016-09-014-57/+83
* rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells2016-09-019-61/+214
* 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/+0
* net: dsa: add MDB supportVivien Didelot2016-08-311-0/+55
* net: mpls: Fixups for GSODavid Ahern2016-08-303-13/+40
* net: lwtunnel: Handle fragmentationRoopa Prabhu2016-08-306-6/+62
* net: batch calls to flush_all_backlogs()Eric Dumazet2016-08-301-20/+12
* 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-265-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-251-4/+5
| * | tipc: fix the error handling in tipc_udp_enable()Wei Yongjun2016-08-251-1/+4
| |/
| * net: diag: Fix refcnt leak in error path destroying socketDavid Ahern2016-08-232-3/+6
| * udp: get rid of SLAB_DESTROY_BY_RCU allocationsEric Dumazet2016-08-234-4/+0
| * sctp: fix overrun in sctp_diag_dump_one()Lance Richardson2016-08-231-2/+4
| * tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet2016-08-232-2/+14
| * udp: fix poll() issue with zero sized packetsEric Dumazet2016-08-231-6/+6
| * net sched: fix encoding to use real lengthJamal Hadi Salim2016-08-221-8/+10
| * net: ip_finish_output_gso: Allow fragmenting segments of tunneled skbs if the...Shmulik Ladkani2016-08-221-3/+5
| * net: ipv6: Remove addresses for failures with strict DADMike Manning2016-08-221-13/+21
| * l2tp: Fix the connect status check in pppol2tp_getnameGao Feng2016-08-191-1/+1
| * sctp: linearize early if it's not GSOMarcelo Ricardo Leitner2016-08-192-17/+7
| * fib_trie: Fix the description of pos and bitsXunlei Pang2016-08-181-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-08-186-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
OpenPOWER on IntegriCloud