summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | tipc: error path leak fixes in tipc_enable_bearer()Tommi Rantala2017-12-271-1/+4
* | | | RDS: Check cmsg_len before dereferencing CMSG_DATAAvinash Repaka2017-12-271-0/+3
* | | | tipc: fix memory leak of group member when peer node is lostJon Maloy2017-12-261-9/+18
* | | | net: sched: fix possible null pointer deref in tcf_block_putJiri Pirko2017-12-261-0/+2
* | | | tipc: base group replicast ack counter on number of actual receiversJon Maloy2017-12-261-1/+3
* | | | net_sched: fix a missing rcu barrier in mini_qdisc_pair_swap()Cong Wang2017-12-261-1/+3
* | | | ip6_gre: fix device features for ioctl setupAlexey Kodanev2017-12-261-25/+32
* | | | skbuff: skb_copy_ubufs must release uarg even without user fragsWillem de Bruijn2017-12-211-1/+2
* | | | skbuff: orphan frags before zerocopy cloneWillem de Bruijn2017-12-211-2/+2
* | | | net: reevalulate autoflowlabel setting after sysctl settingShaohua Li2017-12-213-3/+11
* | | | openvswitch: Fix pop_vlan action for double tagged framesEric Garver2017-12-211-3/+12
* | | | ipv6: Honor specified parameters in fibmatch lookupIdo Schimmel2017-12-211-8/+11
| |_|/ |/| |
* | | ipv4: Fix use-after-free when flushing FIB tablesIdo Schimmel2017-12-201-2/+7
* | | tipc: remove joining group member from congested listJon Maloy2017-12-201-4/+2
* | | cls_bpf: fix offload assumptions after callback conversionJakub Kicinski2017-12-201-55/+38
* | | net: Fix double free and memory corruption in get_net_ns_by_id()Eric W. Biederman2017-12-201-1/+1
* | | ipv4: fib: Fix metrics match when deleting a routePhil Sutter2017-12-191-2/+6
* | | tipc: fix list sorting bug in function tipc_group_update_member()Jon Maloy2017-12-191-2/+1
* | | ip6_tunnel: get the min mtu properly in ip6_tnl_xmitXin Long2017-12-191-2/+7
* | | ip6_gre: remove the incorrect mtu limit for ipgre tapXin Long2017-12-191-0/+1
* | | ip_gre: remove the incorrect mtu limit for ipgre tapXin Long2017-12-191-0/+1
* | | Merge tag 'mac80211-for-davem-2017-12-19' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-12-194-23/+100
|\ \ \
| * | | cfg80211: ship certificates as hex filesJohannes Berg2017-12-193-20/+95
| * | | cfg80211: always rewrite generated files from scratchThierry Reding2017-12-191-2/+2
| * | | nl80211: fix nl80211_send_iface() error pathsJohannes Berg2017-12-111-2/+4
* | | | net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaksNikolay Aleksandrov2017-12-181-5/+6
* | | | sctp: add SCTP_CID_RECONF conversion in sctp_cnameXin Long2017-12-181-0/+3
* | | | sctp: fix the issue that a __u16 variable may overflow in sctp_ulpq_renegeXin Long2017-12-181-16/+8
* | | | tipc: remove leaving group member from all listsJon Maloy2017-12-181-2/+4
* | | | tipc: fix lost member events bugJon Maloy2017-12-181-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-12-181-1/+1
|\ \ \ \
| * | | | xdp: linearize skb in netif_receive_generic_xdp()Song Liu2017-12-151-1/+1
* | | | | ipv6: icmp6: Allow icmp messages to be looped backBrendan McGrath2017-12-161-0/+1
* | | | | 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