summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2017-05-23net: make struct inet_frags::qsize unsignedAlexey Dobriyan-1/+1
2017-05-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-10/+0
2017-05-23net/sched: act_csum: Add accessors for offloading driversOr Gerlitz-0/+15
2017-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+5
2017-05-22net: dsa: move notifier info to private headerVivien Didelot-10/+0
2017-05-22net: ipv6: Plumb extack through route add functionsDavid Ahern-2/+3
2017-05-22net: ipv4: Plumb extack through route add functionsDavid Ahern-1/+2
2017-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-1/+5
2017-05-19wireless: Only join DFS channels in mesh mode if userspace flags supportBenjamin Berg-0/+4
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2017-05-18Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookJonathan Corbet-5/+4
2017-05-18net: dsa: use switchdev_obj_dump_cb_t everywhereVivien Didelot-3/+3
2017-05-18net: dsa: include switchdev.h only onceVivien Didelot-6/+1
2017-05-18net: make struct dst_entry::dev first memberAlexey Dobriyan-1/+1
2017-05-18net: x25: fix one potential use-after-free issuelinzhang-2/+2
2017-05-18Bluetooth: Set LE Default PHY preferencesMarcel Holtmann-0/+7
2017-05-18Bluetooth: Enable LE Channel Selection Algorithm eventMarcel Holtmann-0/+1
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet-9/+50
2017-05-17tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeEric Dumazet-2/+2
2017-05-17tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet-1/+1
2017-05-17tcp: introduce tcp_jiffies32Eric Dumazet-5/+8
2017-05-17net: sched: add termination action to allow goto chainJiri Pirko-2/+8
2017-05-17net: sched: push tp down to action initJiri Pirko-6/+6
2017-05-17net: sched: introduce multichain support for filtersJiri Pirko-2/+9
2017-05-17net: sched: introduce helpers to work with filter chainsJiri Pirko-1/+6
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko-3/+17
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko-3/+9
2017-05-17net: dsa: Sort DSA tagging protocol driversAndrew Lunn-4/+4
2017-05-17net: dsa: store CPU port pointer in the treeVivien Didelot-7/+6
2017-05-17mac80211: Dynamically set CoDel parameters per stationToke Høiland-Jørgensen-0/+16
2017-05-16tcp: internal implementation for pacingEric Dumazet-1/+11
2017-05-16udp: use a separate rx queue for packet receptionPaolo Abeni-8/+3
2017-05-16net/sock: factor out dequeue/peek with offset codePaolo Abeni-2/+2
2017-05-16net: fix some identation issues at kernel-doc markupsMauro Carvalho Chehab-5/+4
2017-05-15netfilter: nf_tables: revisit chain/object refcounting from elementsPablo Neira Ayuso-1/+1
2017-05-15netfilter: nfnl_cthelper: reject del request if helper obj is in useLiping Zhang-0/+2
2017-05-15netfilter: introduce nf_conntrack_helper_put helper functionLiping Zhang-0/+2
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2017-05-08Revert "ipv4: restore rt->fi for reference counting"David S. Miller-1/+0
2017-05-08ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong-0/+2
2017-05-08Merge tag 'mac80211-for-davem-2017-05-08' of git://git.kernel.org/pub/scm/lin...David S. Miller-3/+1
2017-05-08tcp: make congestion control optionally skip slow start after idleWei Wang-1/+3
2017-05-08ipv4: restore rt->fi for reference countingWANG Cong-0/+1
2017-05-08cfg80211: fix multi scheduled scan kernel-docJohannes Berg-1/+1
2017-05-08mac80211: properly remove RX_ENC_FLAG_40MHZJohannes Berg-2/+0
2017-05-05tcp: randomize timestamps on syncookiesEric Dumazet-6/+9
2017-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-1/+2
2017-05-04cfg80211: make RATE_INFO_BW_20 the defaultJohannes Berg-1/+1
2017-05-04ipv6: initialize route null entry in addrconf_init()WANG Cong-0/+1
2017-05-04xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca-10/+0