summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | mac80211: flush hw_roc_start work before cancelling the ROCAvraham Stern2017-09-051-0/+2
| | * | | mac80211: agg-tx: call drv_wake_tx_queue in proper contextJohannes Berg2017-09-051-0/+4
| | * | | mac80211: Fix null pointer dereference with iTXQ supportChunho Lee2017-09-051-1/+2
| | * | | mac80211: add MESH IE in the correct orderLiad Kaufman2017-09-051-1/+1
| | * | | mac80211: shorten debug prints using ht_dbg() to avoid warningSharon Dvir2017-09-051-2/+2
| | * | | mac80211: fix VLAN handling with TXQsJohannes Berg2017-09-052-9/+44
| | * | | mac80211: fix incorrect assignment of reassoc valueSimon Dinkin2017-09-051-1/+1
| * | | | tipc: remove unnecessary call to dev_net()Kleber Sacilotto de Souza2017-09-061-1/+1
| * | | | netlink: access nlk groups safely in netlink bind and getnameXin Long2017-09-061-4/+12
| * | | | netlink: fix an use-after-free issue for nlk groupsXin Long2017-09-061-3/+3
| * | | | sched: Use __qdisc_drop instead of kfree_skb in sch_prio and sch_qfqGao Feng2017-09-062-2/+2
* | | | | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-09-061-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCSTejun Heo2017-07-211-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-06445-40132/+13032
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-0510-76/+62
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | l2tp: pass tunnel pointer to ->session_create()Guillaume Nault2017-09-034-25/+17
| | * | | | l2tp: prevent creation of sessions on terminated tunnelsGuillaume Nault2017-09-032-13/+32
| | * | | | Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer2017-09-034-35/+12
| | * | | | Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer2017-09-031-3/+1
| * | | | | rds: Fix non-atomic operation on shared flag variableHÃ¥kon Bugge2017-09-051-2/+2
| * | | | | net: sched: don't use GFP_KERNEL under spin lockJakub Kicinski2017-09-051-2/+6
| * | | | | rxrpc: Make service connection lookup always check for retryDavid Howells2017-09-051-2/+1
| * | | | | net: dsa: tag_brcm: Set output queue from skb queue mappingFlorian Fainelli2017-09-051-1/+2
| * | | | | net: dsa: Allow switch drivers to indicate number of TX queuesFlorian Fainelli2017-09-051-2/+6
| * | | | | bridge: switchdev: Use an helper to clear forward markIdo Schimmel2017-09-052-3/+10
| * | | | | flow_dissector: Add limit for number of headers to dissectTom Herbert2017-09-051-3/+22
| * | | | | flow_dissector: Cleanup control flowTom Herbert2017-09-051-78/+145
| * | | | | net/ncsi: fix ncsi_vlan_rx_{add,kill}_vid referencesArnd Bergmann2017-09-051-0/+2
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-09-0431-323/+726
| |\ \ \ \ \
| | * | | | | netfilter: nf_tables: support for recursive chain deletionPablo Neira Ayuso2017-09-041-1/+23
| | * | | | | netfilter: nf_tables: use NLM_F_NONREC for deletion requestsPablo Neira Ayuso2017-09-041-1/+7
| | * | | | | netfilter: nf_tables: add nf_tables_addchain()Pablo Neira Ayuso2017-09-041-93/+106
| | * | | | | netfilter: nf_tables: add nf_tables_updchain()Pablo Neira Ayuso2017-09-041-78/+92
| | * | | | | net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao2017-09-044-37/+14
| | * | | | | net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao2017-09-0414-45/+44
| | * | | | | netfilter: remove unused hooknum arg from packet functionsFlorian Westphal2017-09-049-12/+4
| | * | | | | netfilter: nft_limit: add stateful object typePablo M. Bermudo Garay2017-09-041-1/+121
| | * | | | | netfilter: nft_limit: replace pkt_bytes with bytesPablo M. Bermudo Garay2017-09-041-13/+13
| | * | | | | netfilter: nf_tables: add select_ops for stateful objectsPablo M. Bermudo Garay2017-09-045-35/+66
| | * | | | | netfilter: xt_hashlimit: add rate match modeVishwanath Pai2017-09-041-24/+253
| * | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-09-035-6/+22
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Bluetooth: make baswap src constLoic Poulain2017-09-011-3/+3
| | * | | | | Bluetooth: Add option for disabling legacy ioctl interfacesMarcel Holtmann2017-08-302-0/+16
| | * | | | | ieee802154: 6lowpan: make header_ops constBhumika Goyal2017-08-251-1/+1
| | * | | | | Bluetooth: make device_type constBhumika Goyal2017-08-191-2/+2
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-09-0377-787/+1333
| |\ \ \ \ \ \
| | * | | | | | netfilter: rt: account for tcp header size tooFlorian Westphal2017-08-281-1/+2
| | * | | | | | netfilter: conntrack: remove unused code in nf_conntrack_proto_generic.cDavide Caratti2017-08-281-12/+0
| | * | | | | | netfilter: Remove NFDEBUG()Varsha Rao2017-08-282-7/+1
| | * | | | | | netfilter: conntrack: don't log "invalid" icmpv6 connectionsFlorian Westphal2017-08-281-5/+0
OpenPOWER on IntegriCloud