summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net_sched: properly check for empty skb array on error pathCong Wang2017-12-191-1/+7
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-12-193-218/+85
|\
| * Bluetooth: introduce DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2017-12-131-166/+18
| * Bluetooth: Add support to advertise when connectedƁukasz Rymanowski2017-12-131-9/+46
| * Bluetooth: Remove redundant disable_advertising()Jaganath Kanakkassery2017-12-131-8/+1
| * Bluetooth: Utilize %*ph specifierAndy Shevchenko2017-12-131-14/+3
| * Bluetooth: Use common error handling code in bt_init()Markus Elfring2017-12-131-21/+17
* | net: Disable GRO_HW when generic XDP is installed on a device.Michael Chan2017-12-191-0/+18
* | net: Introduce NETIF_F_GRO_HW.Michael Chan2017-12-192-0/+13
* | sock: Move the socket inuse to namespace.Tonghao Zhang2017-12-192-21/+47
* | sock: Change the netns_core member name.Tonghao Zhang2017-12-191-5/+5
* | net: erspan: reload pointer after pskb_may_pullWilliam Tu2017-12-182-2/+6
* | net: erspan: fix wrong return valueWilliam Tu2017-12-182-2/+2
* | net/ncsi: Don't take any action on HNCDSC AENSamuel Mendoza-Jonas2017-12-181-32/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-1653-143/+357
|\ \
| * \ Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-12-165-15/+24
| |\ \
| | * | SUNRPC: Fix a race in the receive code pathTrond Myklebust2017-12-151-9/+19
| | * | xprtrdma: Spread reply processing over more CPUsChuck Lever2017-12-154-6/+5
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-1545-128/+329
| |\ \ \
| | * | | net: sched: fix static key imbalance in case of ingress/clsact_init errorJiri Pirko2017-12-151-4/+5
| | * | | net: sched: fix clsact init error pathJiri Pirko2017-12-152-7/+3
| | * | | ip_gre: fix wrong return value of erspan_rcvHaishuang Yan2017-12-151-1/+1
| | * | | net: sched: Move to new offload indication in REDYuval Mintz2017-12-151-16/+15
| | * | | net: sched: Add TCA_HW_OFFLOADYuval Mintz2017-12-151-0/+2
| | * | | sock: free skb in skb_complete_tx_timestamp on errorWillem de Bruijn2017-12-151-1/+5
| | * | | Merge tag 'batadv-net-for-davem-20171215' of git://git.open-mesh.org/linux-mergeDavid S. Miller2017-12-154-5/+7
| | |\ \ \
| | | * | | batman-adv: Fix lock for ogm cnt access in batadv_iv_ogm_calc_tqSven Eckelmann2017-12-041-2/+2
| | | * | | batman-adv: Fix kernel-doc for timer functionsSven Eckelmann2017-12-021-2/+2
| | | * | | batman-adv: Fix check of retrieved orig_gw in batadv_v_gw_is_eligibleSven Eckelmann2017-12-011-1/+1
| | | * | | batman-adv: Always initialize fragment header prioritySven Eckelmann2017-12-011-0/+2
| | * | | | tcp: refresh tcp_mstamp from timers callbacksEric Dumazet2017-12-131-0/+2
| | * | | | tcp: fix potential underestimation on rcv_rttWei Wang2017-12-131-4/+6
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-12-1316-38/+170
| | |\ \ \ \
| | | * | | | netfilter: ip6t_MASQUERADE: add dependency on conntrack moduleKonstantin Khlebnikov2017-12-111-1/+7
| | | * | | | netfilter: exthdr: add missign attributes to policyFlorian Westphal2017-12-111-0/+2
| | | * | | | netfilter: ipt_CLUSTERIP: fix clusterip_net_exit build regressionArnd Bergmann2017-12-071-1/+1
| | | * | | | netfilter: xt_osf: Add missing permission checksKevin Cernekee2017-12-061-0/+7
| | | * | | | netfilter: xt_bpf: add overflow checksJann Horn2017-12-041-0/+6
| | | * | | | netfilter: nfnetlink_cthelper: Add missing permission checksKevin Cernekee2017-12-041-0/+10
| | | * | | | netfilter: conntrack: clamp timeouts to INT_MAXJay Elliott2017-11-281-3/+9
| | | * | | | netfilter: conntrack: lower timeout to RETRANS seconds if window is 0Florian Westphal2017-11-201-0/+3
| | | * | | | netfilter: nf_ct_h323: Extend nf_h323_error_boundary to work on bits as wellEric Sesterhenn2017-11-201-30/+62
| | | * | | | netfilter: nf_ct_h323: Convert CHECK_BOUND macro to functionEric Sesterhenn2017-11-201-29/+65
| | | * | | | netfilter: exit_net cleanup check addedVasily Averin2017-11-205-0/+27
| | | * | | | netfilter: remove redundant assignment to eColin Ian King2017-11-203-3/+0
| | * | | | | net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee2017-12-131-1/+19
| | * | | | | tipc: eliminate potential memory leakJon Maloy2017-12-131-1/+1
| | * | | | | net: remove duplicate includesPravin Shedge2017-12-137-7/+0
| | * | | | | ipv4: igmp: guard against silly MTU valuesEric Dumazet2017-12-133-12/+18
| | * | | | | ipv6: mcast: better catch silly mtu valuesEric Dumazet2017-12-131-10/+15
OpenPOWER on IntegriCloud