summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-09-05netfilter: nf_tables_trace: fix endiness when dump chain policyLiping Zhang1-1/+1
2016-09-04af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock'Linus Torvalds1-22/+23
2016-09-04Revert "af_unix: Fix splice-bind deadlock"Linus Torvalds1-40/+26
2016-09-04bonding: Fix bonding crashMahesh Bandewar1-0/+16
2016-09-02l2tp: fix use-after-free during module unloadSabrina Dubroca1-0/+3
2016-09-02ipv6: Don't unset flowi6_proto in ipxip6_tnl_xmit()Eli Cooper1-0/+2
2016-09-02rps: flow_dissector: Fix uninitialized flow_keys used in __skb_get_hash possiblyGao Feng1-2/+4
2016-09-02tcp: fastopen: fix rcv_wup initialization for TFO server on SYN/dataNeal Cardwell1-0/+1
2016-09-02net: bridge: don't increment tx_dropped in br_do_proxy_arpNikolay Aleksandrov1-5/+2
2016-09-02netconf: add a notif when settings are createdNicolas Dichtel2-5/+15
2016-09-02ipv6: add missing netconf notif when 'all' is updatedNicolas Dichtel1-0/+7
2016-09-01tipc: fix random link resets while adding a second bearerParthasarathy Bhuvaragan1-3/+5
2016-09-01kcm: fix a socket double freeWANG Cong1-1/+2
2016-08-31bridge: re-introduce 'fix parsing of MLDv2 reports'Davide Caratti1-1/+1
2016-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller10-30/+71
2016-08-31Merge tag 'mac80211-for-davem-2016-08-30' of git://git.kernel.org/pub/scm/lin...David S. Miller2-26/+6
2016-08-30netfilter: nf_tables_netdev: remove redundant ip_hdr assignmentLiping Zhang1-1/+0
2016-08-30mac80211: TDLS: don't require beaconing for AP BWArik Nemtsov1-3/+4
2016-08-27Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller5-4/+24
2016-08-26qdisc: fix a module refcount leak in qdisc_create_dflt()Eric Dumazet1-4/+5
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-25netfilter: ebtables: put module reference when an incorrect extension is foundSabrina Dubroca1-0/+2
2016-08-25netfilter: nft_meta: improve the validity check of pkttype set exprLiping Zhang2-4/+14
2016-08-25netfilter: cttimeout: unlink timeout objs in the unconfirmed ct listsLiping Zhang1-1/+10
2016-08-25netfilter: cttimeout: put back l4proto when replacing timeout policyLiping Zhang1-18/+15
2016-08-25netfilter: nfnetlink: use list_for_each_entry_safe to delete all objectsLiping Zhang2-5/+6
2016-08-25netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUTLiping Zhang4-1/+24
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-24net: diag: Fix refcnt leak in error path destroying socketDavid Ahern2-3/+6
2016-08-24udp: get rid of SLAB_DESTROY_BY_RCU allocationsEric Dumazet4-4/+0
2016-08-24sctp: fix overrun in sctp_diag_dump_one()Lance Richardson1-2/+4
2016-08-24tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet2-2/+14
2016-08-24udp: fix poll() issue with zero sized packetsEric Dumazet1-6/+6
2016-08-23net sched: fix encoding to use real lengthJamal Hadi Salim1-8/+10
2016-08-23net: ip_finish_output_gso: Allow fragmenting segments of tunneled skbs if the...Shmulik Ladkani1-3/+5
2016-08-23net: ipv6: Remove addresses for failures with strict DADMike Manning1-13/+21
2016-08-20l2tp: Fix the connect status check in pppol2tp_getnameGao Feng1-1/+1
2016-08-20sctp: linearize early if it's not GSOMarcelo Ricardo Leitner2-17/+7
2016-08-19fib_trie: Fix the description of pos and bitsXunlei Pang1-2/+2
2016-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-15/+29
2016-08-18netfilter: cttimeout: fix use after free error when delete netnsLiping Zhang1-6/+10
2016-08-18netfilter: nfnetlink_acct: fix race between nfacct del and xt_nfacct destroyLiping Zhang1-4/+4
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds47-335/+386
2016-08-18net_sched: allow flushing tc police actionsRoman Mashak1-42/+1
2016-08-18net_sched: unify the init logic for act_policeWANG Cong1-9/+10
2016-08-18net_sched: convert tcf_exts from list to pointer arrayWANG Cong2-20/+42
2016-08-18net_sched: remove an unnecessary list_del()WANG Cong1-1/+0