summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-05-253-19/+48
|\
| * net: ieee802154: fix net_device reference release too earlyLin Zhang2017-05-231-4/+4
| * net: ieee802154: remove explicit set skb->skLin Zhang2017-05-231-2/+0
| * Bluetooth: Delete error messages for failed memory allocations in two functionsMarkus Elfring2017-05-221-8/+3
| * Bluetooth: Skip vendor diagnostic configuration for HCI User ChannelMarcel Holtmann2017-05-181-5/+6
| * Bluetooth: Set LE Default PHY preferencesMarcel Holtmann2017-05-181-0/+12
| * Bluetooth: Enable LE PHY Update Complete eventMarcel Holtmann2017-05-181-0/+6
| * Bluetooth: Enable LE Channel Selection Algorithm eventMarcel Holtmann2017-05-181-0/+8
| * Bluetooth: Set LE Suggested Default Data Length to maximumMarcel Holtmann2017-05-181-0/+9
* | tcp: better validation of received ack sequencesEric Dumazet2017-05-251-13/+11
* | net_sched: only create filter chains for new filters/actionsWANG Cong2017-05-252-5/+10
* | net: sched: cls_api: make reclassify return all the way back to the original tpJiri Pirko2017-05-251-3/+5
* | tcp: fix TCP_SYNCNT flakesEric Dumazet2017-05-241-15/+11
* | net: dsa: support cross-chip ageing timeVivien Didelot2017-05-243-6/+0
* | net/sched: flower: add support for matching on tcp flagsJiri Pirko2017-05-241-1/+12
* | net: flow_dissector: add support for dissection of tcp flagsJiri Pirko2017-05-241-0/+29
* | net/sched: fix filter flushingJiri Pirko2017-05-231-3/+10
* | net/sched: properly assign RCU pointer in tcf_chain_tp_insert/removeJiri Pirko2017-05-231-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-2225-120/+303
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-2224-116/+299
| |\ \
| | * | net: sched: cls_matchall: fix null pointer dereferenceJiri Pirko2017-05-221-1/+0
| | * | vsock: use new wait API for vsock_stream_sendmsg()WANG Cong2017-05-221-13/+8
| | * | ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet2017-05-221-7/+8
| | * | bridge: start hello_timer when enabling KERNEL_STP in br_stp_startXin Long2017-05-212-1/+2
| | * | arp: always override existing neigh entries with gratuitous ARPIhar Hrachyshka2017-05-211-4/+5
| | * | arp: postpone addr_type calculation to as late as possibleIhar Hrachyshka2017-05-211-7/+17
| | * | arp: decompose is_garp logic into a separate functionIhar Hrachyshka2017-05-211-12/+23
| | * | arp: fixed error in a commentIhar Hrachyshka2017-05-211-1/+1
| | * | tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang2017-05-211-0/+4
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-05-2117-77/+238
| | |\ \
| | | * | netfilter: xtables: fix build failure from COMPAT_XT_ALIGN outside CONFIG_COMPATWillem de Bruijn2017-05-181-8/+13
| | | * | ebtables: arpreply: Add the standard target sanity checkGao Feng2017-05-161-0/+3
| | | * | netfilter: nf_tables: revisit chain/object refcounting from elementsPablo Neira Ayuso2017-05-155-17/+80
| | | * | netfilter: nf_tables: missing sanitization in data from userspacePablo Neira Ayuso2017-05-152-7/+24
| | | * | netfilter: nf_tables: can't assume lock is acquired when dumping set elemsLiping Zhang2017-05-152-23/+57
| | | * | netfilter: synproxy: fix conntrackd interactionEric Leblond2017-05-151-0/+4
| | | * | netfilter: xtables: zero padding in data_to_userWillem de Bruijn2017-05-152-6/+12
| | | * | Merge tag 'ipvs-fixes-for-v4.12' of http://git.kernel.org/pub/scm/linux/kerne...Pablo Neira Ayuso2017-05-151-5/+14
| | | |\ \
| | | | * | ipvs: SNAT packet replies only for NATed connectionsJulian Anastasov2017-05-081-5/+14
| | | * | | netfilter: nfnl_cthelper: reject del request if helper obj is in useLiping Zhang2017-05-152-6/+17
| | | * | | netfilter: introduce nf_conntrack_helper_put helper functionLiping Zhang2017-05-154-7/+13
| | | * | | netfilter: don't setup nat info for confirmed ctLiping Zhang2017-05-151-0/+4
| | | * | | netfilter: ctnetlink: Make some parameters integer to avoid enum mismatchMatthias Kaehlcke2017-05-151-4/+3
| * | | | | Merge tag 'for-linus-4.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-191-4/+4
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | xen/9pfs: p9_trans_xen_init and p9_trans_xen_exit can be staticWei Yongjun2017-05-181-2/+2
| | * | | | xen/9pfs: fix return value check in xen_9pfs_front_probe()Wei Yongjun2017-05-181-2/+2
* | | | | | net: dsa: add VLAN notifierVivien Didelot2017-05-223-16/+66
* | | | | | net: dsa: add MDB notifierVivien Didelot2017-05-223-16/+66
* | | | | | net: dsa: add FDB notifierVivien Didelot2017-05-223-16/+66
* | | | | | net: dsa: add notifier for ageing timeVivien Didelot2017-05-223-29/+62