OSDN Git Service

sch_htb: fix crash on init failure
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / net / core /
2018-08-24 Li RongQingnet: propagate dev_get_valid_name return code
2018-07-28 Roopa Prabhurtnetlink: add rtnl_link_state check in rtnl_configure_link
2018-07-25 Stefano Brivioskbuff: Unconditionally copy pfmemalloc in __skb_clone()
2018-07-25 Stefano Brivionet: Don't copy pfmemalloc flag in __copy_skb_header()
2018-06-13 Eric Dumazetrtnetlink: validate attributes in do_setlink()
2018-05-30 Toshiaki Makitanet: Fix untag for vlan packets without ethernet header
2018-05-30 Toshiaki Makitanet: Fix vlan untag for bridge and vlan_dev with reorde...
2018-05-26 Eric Dumazetsock_diag: fix use-after-free read in __sk_free
2018-05-16 Eric Dumazetnet: fix uninit-value in __hw_addr_add_ex()
2018-05-16 Eric Dumazetnet: initialize skb->peeked when cloning
2018-04-29 Wolfgang Bumillernet: fix deadlock while clearing neighbor proxy table
2018-04-29 Toshiaki Makitavlan: Fix reading memory beyond skb->tail in skb_vlan_t...
2018-04-29 Eric Dumazetnet: validate attribute sizes in neigh_dump_table()
2018-04-13 Eric Dumazetnet: fool proof dev_valid_name()
2018-04-13 Eric Dumazetnet: fix possible out-of-bound read in skb_network_prot...
2018-04-13 Willem de Bruijnskbuff: only inherit relevant tx_flags
2018-04-13 Jason A. Donenfeldskbuff: return -EMSGSIZE in skb_to_sgvec to prevent...
2018-04-13 Roman Kaplnet: move somaxconn init from sysctl code
2018-04-13 Ihar Hrachyshkaneighbour: update neigh timestamps iff update is effective
2018-03-31 Vinicius Costa Gomesskbuff: Fix not waking applications when errors are...
2018-03-11 Jakub Kicinskinet: fix race on decreasing number of TX queues
2018-02-25 Wu Fengguangnet: dst_cache_per_cpu_dst_set() can be static
2018-02-25 Willem de Bruijnnet: avoid skb_warn_bad_offload on IS_ERR
2018-02-25 Paolo Abeninet: add dst_cache support
2018-02-03 Alexei Starovoitovbpf: fix 32-bit divide by zero
2018-02-03 Alexei Starovoitovbpf: introduce BPF_JIT_ALWAYS_ON config
2018-01-31 Eric Dumazetflow_dissector: properly cap thoff field
2018-01-31 Jim Westfallnet: Allow neigh contructor functions ability to modify...
2018-01-31 Eric Dumazetnet: qdisc_pkt_len_init() should be more robust
2018-01-17 Andrii Vladykanet: core: fix module type in sock_diag_bind
2018-01-02 Willem de Bruijnsock: free skb in skb_complete_tx_timestamp on error
2018-01-02 Eric W. Biedermannet: Fix double free and memory corruption in get_net_n...
2017-12-25 Alexander Duycknet: Do not allow negative values for busy_read and...
2017-12-20 Vlad Yasevichnet: Resend IGMP memberships upon peer notification.
2017-11-24 Ye Yinnetfilter/ipvs: clear ipvs_property flag when SKB net...
2017-11-18 Cong Wangtun: call dev_get_valid_name() before register_netdevice()
2017-10-21 Christoph Paaschnet: Set sk_prot_creator when cloning sockets to the...
2017-10-08 Myungho Jungnet: core: Prevent from dereferencing null pointer...
2017-08-13 Willem de Bruijnnet: avoid skb_warn_bad_offload false positives on UFO
2017-08-11 WANG Congrtnetlink: allocate more memory for dev_set_mac_address()
2017-08-11 David S. Millernet: Zero terminate ifr_name in dev_ifname().
2017-08-07 Eric Dumazetnet: skb_needs_check() accepts CHECKSUM_NONE for tx
2017-08-07 Eric Dumazetnet: reduce skb_warn_bad_offload() noise
2017-07-21 Michal Kubečeknet: handle NAPI_GRO_FREE_STOLEN_HEAD case also in...
2017-07-21 Eric Dumazetnet: prevent sign extension in dev_get_stats()
2017-07-05 Serhey Popovychrtnetlink: add IFLA_GROUP to ifla_policy
2017-07-05 Krister JohansenFix an intermittent pr_emerg warning about lo becoming...
2017-07-05 Mintz, Yuvalnet: Zero ifla_vf_info in rtnl_fill_vfinfo()
2017-07-05 Alexander Potapenkonet: don't call strlen on non-terminated string in...
2017-06-17 Stanislaw Gruszkaethtool: do not vzalloc(0) on registers dump
2017-06-14 Eric Dumazetnet: better skb->sender_cpu and skb->napi_id cohabitation
2017-06-07 Eric Dumazetnetem: fix skb_orphan_partial()
2017-06-07 Eric Dumazetipv4: add reference counting to metrics
2017-06-07 David Ahernnet: Improve handling of failures on link and route...
2017-05-14 Michal Schmidtrtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
2017-05-03 Tushar Davenetpoll: Check for skb->queue_mapping
2017-05-03 Eric Dumazetnet: neigh: guard against NULL solicit() method
2017-03-30 Daniel Borkmannsocket, bpf: fix sk_filter use after free in sk_clone_lock
2017-03-30 Eric Dumazetnet: properly release sk_frag.page
2017-03-22 Eric Dumazetnet: fix socket refcounting in skb_complete_tx_timestamp()
2017-03-22 Eric Dumazetnet: fix socket refcounting in skb_complete_wifi_ack()
2017-03-22 Eric Dumazetnet: net_enable_timestamp() can be called from irq...
2017-02-18 Eric Dumazetnet: use a work queue to defer net_disable_timestamp...
2017-02-04 Eric Dumazetnet: fix harmonize_features() vs NETIF_F_HIGHDMA
2017-01-15 Eric Dumazetgro: use min_t() in skb_gro_reset_offset()
2017-01-15 Herbert Xugro: Enter slow-path if there is no tailroom
2017-01-15 Reiter Wolfgangdrop_monitor: consider inserted data in genlmsg_end
2017-01-15 Reiter Wolfgangdrop_monitor: add missing call to genlmsg_end
2016-12-10 Eric Dumazetnet: avoid signed overflows for SO_{SND|RCV}BUFFORCE
2016-12-10 Sabrina Dubrocartnetlink: fix FDB size computation
2016-12-10 WANG Congnet: check dead netns for peernet2id_alloc()
2016-12-02 Eric Dumazetflow_dissect: call init_default_flow_dissectors() earlier
2016-11-21 Eric Dumazettcp: take care of truncations done by sk_filter()
2016-11-21 Eric Dumazetnet: __skb_flow_dissect() must cap its return value
2016-11-21 Eric Dumazetnet: mangle zero checksum in skb_checksum_help()
2016-11-21 Eric Dumazetnet: clear sk_err_soft in sk_clone_lock()
2016-11-15 Willem de Bruijnpacket: on direct_xmit, limit tso and csum to supported...
2016-11-15 Sabrina Dubrocanet: add recursion limit to GRO
2016-11-15 Eric Dumazetnet: pktgen: remove rcu locking in pktgen_change_name()
2016-11-15 Andrew Collinsnet: Add netdev all_adj_list refcnt propagation to...
2016-11-15 Paolo Abeninet: pktgen: fix pkt_size
2016-10-31 Jesse Grosstunnels: Don't apply GRO to multiple layers of encapsul...
2016-09-30 Mahesh Bandewarbonding: Fix bonding crash
2016-07-27 WANG Congnet_sched: fix mirrored packets checksum
2016-07-27 David S. Millerpacket: Use symmetric hash for PACKET_FANOUT_HASH.
2016-07-11 Daniel Borkmannbpf: try harder on clones when writing into skb
2016-07-11 David Barrosoneigh: Explicitly declare RCU-bh read side critical...
2016-05-19 Kangjie Lunet: fix infoleak in rtnetlink
2016-05-19 Daniel Borkmannvlan: pull on __vlan_insert_tag error path and fix...
2016-05-19 Daniel Borkmannnet: use skb_postpush_rcsum instead of own implementations
2016-04-20 Daniel Borkmanntun, bpf: fix suspicious RCU usage in tun_{attach,...
2016-04-20 Nicolas Dichtelrtnl: fix msg size calculation in if_nlmsg_size()
2016-04-20 Linus Lüssingnet: fix bridge multicast packet checksum validation
2016-03-03 Phil SutterIFF_NO_QUEUE: Fix for drivers not calling ether_setup()
2016-03-03 Alexander Duyckflow_dissector: Fix unaligned access in __skb_flow_diss...
2016-03-03 Alexander Duycknet: Copy inner L3 and L4 headers as unaligned on GRE TEB
2016-03-03 Hans Westgaard Rynet:Add sysctl_max_skb_frags
2016-03-03 Hannes Frederic... unix: correctly track in-flight fds in sending process...
2016-03-03 Jesse Grossgro: Make GRO aware of lightweight tunnels.
2016-01-31 Rabin Vincentnet: bpf: reject invalid shifts
next