summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | mac80211: remove PM-QoS listenerJohannes Berg2015-10-141-6/+0
| * | | | cfg80211: Add multiple scan plans for scheduled scanAvraham Stern2015-10-131-2/+29
| * | | | nl80211: allow BSS data to include CLOCK_BOOTTIME timestampDmitry Shmidt2015-10-131-19/+76
| * | | | Revert "mac80211: remove exposing 'mfp' to drivers"Tamizh chelvam2015-10-131-0/+2
* | | | | netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen2015-10-211-1/+2
* | | | | tcp: use RACK to detect lossesYuchung Cheng2015-10-211-0/+9
* | | | | tcp: track the packet timings in RACKYuchung Cheng2015-10-211-0/+5
* | | | | tcp: track min RTT using windowed min-filterYuchung Cheng2015-10-211-0/+7
| |/ / / |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-203-3/+11
|\ \ \ \ | | |/ / | |/| |
| * | | net: add pfmemalloc check in sk_add_backlog()Eric Dumazet2015-10-171-0/+8
| * | | af_unix: constify the sock parameter in unix_sk()Paul Moore2015-10-081-1/+1
| * | | tcp/dccp: fix old style declarationsRaanan Avargil2015-10-051-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-10-184-62/+20
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-10-1732-204/+673
| |\ \ \ \
| * | | | | netfilter: make nf_queue_entry_get_refs return voidFlorian Westphal2015-10-161-1/+1
| * | | | | netfilter: conntrack: fix crash on timeout object removalPablo Neira Ayuso2015-10-121-6/+19
| * | | | | netfilter: remove dead codeFlavio Leitner2015-10-051-4/+0
| * | | | | netfilter: nfnetlink_queue: get rid of nfnetlink_queue_ct.cPablo Neira Ayuso2015-10-041-51/+0
* | | | | | tcp: do not set queue_mapping on SYNACKEric Dumazet2015-10-181-1/+1
| |/ / / / |/| | | |
* | | | | tcp/dccp: fix race at listener dismantle phaseEric Dumazet2015-10-162-26/+2
* | | | | tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helperEric Dumazet2015-10-161-0/+1
* | | | | switchdev: introduce possibility to defer obj_add/delJiri Pirko2015-10-151-0/+1
* | | | | switchdev: remove pointers from switchdev objectsJiri Pirko2015-10-151-4/+3
* | | | | switchdev: allow caller to explicitly request attr_set as deferredJiri Pirko2015-10-151-0/+1
* | | | | switchdev: make struct switchdev_attr parameter const for attr_set callsJiri Pirko2015-10-151-3/+3
* | | | | switchdev: introduce switchdev deferred ops infrastructureJiri Pirko2015-10-151-0/+5
* | | | | tcp: avoid spurious SYN flood detection at listen() timeEric Dumazet2015-10-141-1/+1
* | | | | Revert "ipv4/icmp: redirect messages can use the ingress daddr as source"Paolo Abeni2015-10-141-1/+0
* | | | | net: Add IPv6 support to l3mdevDavid Ahern2015-10-131-0/+46
| |_|/ / |/| | |
* | | | ipv6: Pass struct net into nf_ct_frag6_gatherEric W. Biederman2015-10-121-1/+1
* | | | ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman2015-10-121-3/+3
* | | | ipv4/icmp: redirect messages can use the ingress daddr as sourcePaolo Abeni2015-10-121-0/+1
* | | | tcp: shrink tcp_timewait_sock by 8 bytesEric Dumazet2015-10-121-0/+2
* | | | net: shrink struct sock and request_sock by 8 bytesEric Dumazet2015-10-122-8/+11
* | | | net: align sk_refcnt on 128 bytes boundaryEric Dumazet2015-10-123-5/+16
* | | | net: SO_INCOMING_CPU setsockopt() supportEric Dumazet2015-10-121-6/+4
* | | | sock: support per-packet fwmarkEdward Jee2015-10-121-0/+7
* | | | switchdev: skip over ports returning -EOPNOTSUPP when recursing portsScott Feldman2015-10-121-0/+1
* | | | switchdev: add bridge ageing_time attributeScott Feldman2015-10-121-0/+2
* | | | net: dsa: use switchdev obj in port_fdb_delVivien Didelot2015-10-111-1/+1
* | | | net: dsa: push prepare phase in port_fdb_addVivien Didelot2015-10-111-1/+2
* | | | net: dsa: add port_fdb_prepareVivien Didelot2015-10-111-0/+6
* | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-10-1110-94/+409
|\ \ \ \
| * | | | 6lowpan: move shared settings to lowpan_netdev_setupAlexander Aring2015-10-081-0/+2
| * | | | Bluetooth: Add debugfs entry for setting vendor diagnostic modeMarcel Holtmann2015-10-082-0/+2
| * | | | Bluetooth: Add support for vendor specific diagnostic channelMarcel Holtmann2015-10-083-0/+3
| * | | | Bluetooth: Send index information updates to monitor channelMarcel Holtmann2015-10-081-0/+7
| * | | | Bluetooth: Send transport open and close monitor eventsMarcel Holtmann2015-10-051-0/+2
| * | | | Bluetooth: Introduce HCI_DEV_OPEN and HCI_DEV_CLOSE eventsMarcel Holtmann2015-10-051-0/+2
| * | | | mac802154: check on len instead mac_lenAlexander Aring2015-09-301-1/+1
OpenPOWER on IntegriCloud