ipv6: fix typo in fib6_net_exit()
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / net / core /
2017-11-02 Christoph Paaschnet: Set sk_prot_creator when cloning sockets to the...
2017-11-02 Eric Dumazetnet: prevent sign extension in dev_get_stats()
2017-11-01 Eric Dumazetnet: skb_needs_check() accepts CHECKSUM_NONE for tx
2017-11-01 Eric Dumazetnet: reduce skb_warn_bad_offload() noise
2017-06-20 Eric Dumazetnet: neigh: guard against NULL solicit() method
2017-06-20 Reiter Wolfgangdrop_monitor: consider inserted data in genlmsg_end
2017-06-20 Reiter Wolfgangdrop_monitor: add missing call to genlmsg_end
2017-06-07 Eric Dumazetnet: properly release sk_frag.page
2017-06-07 Eric Dumazetnet: net_enable_timestamp() can be called from irq...
2017-06-07 Eric Dumazetnet: use a work queue to defer net_disable_timestamp...
2017-06-07 Eric Dumazetnet: fix harmonize_features() vs NETIF_F_HIGHDMA
2017-06-07 Eric Dumazetgro: use min_t() in skb_gro_reset_offset()
2017-06-07 Herbert Xugro: Enter slow-path if there is no tailroom
2017-02-10 Eric Dumazetnet: mangle zero checksum in skb_checksum_help()
2017-02-10 Eric Dumazetnet: clear sk_err_soft in sk_clone_lock()
2017-02-10 Eric Dumazetnet: fix sk_mem_reclaim_partial()
2017-02-10 Konstantin Khlebnikovnet: ratelimit warnings about dst entry refcount underf...
2017-02-10 Mahesh Bandewarbonding: Fix bonding crash
2017-02-10 Eric Dumazettcp: take care of truncations done by sk_filter()
2016-06-07 Kangjie Lunet: fix infoleak in rtnetlink
2016-03-03 Hannes Frederic... unix: correctly track in-flight fds in sending process...
2016-01-29 Francesco Ruggerinet: possible use after free in dst_release
2016-01-23 Marcelo Ricardo... sctp: update the netstamp_needed counter when copying...
2016-01-23 Daniel Borkmannnet, scm: fix PaX detected msg_controllen overflow...
2015-12-09 Eric Dumazetnet: fix a race in dst_release()
2015-10-27 Joe Perchesethtool: Use kcalloc instead of kmalloc for ethtool_get...
2015-10-27 Pravin B Shelarskbuff: Fix skb checksum partial check.
2015-10-22 Roland Dreierfib_rules: Fix dump_rules() not to exit early
2015-10-01 Wilson Kokfib_rules: fix fib rule dumps across multiple skbs
2015-10-01 Herbert Xunet: Fix skb_set_peeked use-after-free bug
2015-10-01 Herbert Xunet: Fix skb csum races when peeking
2015-10-01 Herbert Xunet: Clone skb before setting peeked flag
2015-10-01 Julian Anastasovnet: call rcu_read_lock early in process_backlog
2015-10-01 Oleg Nesterovnet: pktgen: fix race between pktgen_thread_worker...
2015-03-26 Alexey Kodanevnet: sysctl_net_core: check SNDBUF and RCVBUF for min...
2015-03-18 Matthew Thodenet: reject creation of netdev names with colons
2015-03-18 Ignacy Gawędzkigen_stats.c: Duplicate xstats buffer for later use
2015-03-18 WANG Congrtnetlink: call ->dellink on failure when ->newlink...
2015-03-18 Daniel Borkmannrtnetlink: ifla_vf_policy: fix misuses of NLA_BINARY
2015-02-27 Roopa Prabhubridge: dont send notification when skb->len == 0 in...
2015-02-27 Eric Dumazetnet: rps: fix cpu unplug
2014-12-16 Nicolas Dichtelrtnetlink: release net refcnt on error in do_setlink()
2014-08-14 Sasha Leviniovec: make sure the caller actually wants anything...
2014-08-14 Vlad Yasevichnet: Correctly set segment mac_len in skb_segment().
2014-08-14 Andrey Ryabininnet: sendmsg: fix NULL pointer dereference
2014-08-14 Eric Dumazetinetpeer: get rid of ip_id_count
2014-07-28 Eric Dumazetipv4: fix dst race in sk_dst_get()
2014-07-01 Michael S. Tsirkinskbuff: skb_segment: orphan frags before copying
2014-06-26 Michal Schmidtrtnetlink: fix userspace API breakage for iproute2...
2014-06-26 Eric Dumazetnet: force a list_del() in unregister_netdevice_many()
2014-06-26 Eric W. Biedermannet: Use netlink_ns_capable to verify the permisions...
2014-06-26 Eric W. Biedermannet: Add variants of capable for use on on sockets
2014-06-26 Eric W. Biedermannet: Move the permission check in sock_diag_put_filteri...
2014-05-31 Eric Dumazetnet-gro: reset skb->truesize in napi_reuse_skb()
2014-05-31 David Gibsonrtnetlink: Only supply IFLA_VF_PORTS information when...
2014-05-31 David Gibsonrtnetlink: Warn when interface's information won't...
2014-05-31 Andrew Lutomirskinet: Fix ns_capable check in sock_diag_put_filterinfo
2014-05-31 dingtianhongvlan: Fix lockdep warning when vlan dev handle notification
2014-05-31 Mathias Krausefilter: prevent nla extensions to peek beyond the end...
2014-05-31 Florian Westphalnet: core: don't account for udp header size when compu...
2014-04-14 Li RongQingnetpoll: fix the skb check in pkt_is_ns
2014-04-14 Nicolas Dichtelrtnetlink: fix fdb notification flags
2014-04-14 Eric Dumazettcp: tcp_release_cb() should release socket ownership
2014-03-24 Duan Jiongneigh: recompute reachabletime before returning from...
2014-03-07 Eric Dumazetnet: use __GFP_NORETRY for high order allocations
2014-03-07 Florian Westphalnet: core: introduce netif_skb_dev_features
2014-03-07 Florian Westphalnet: add and use skb_gso_transport_seglen()
2014-03-07 Sabrina Dubrocanetpoll: fix netconsole IPv6 setup
2014-03-07 Maciej Żenczykowskinet: fix 'ip rule' iif/oif device rename
2014-02-13 Miklos Szeredifuse: fix pipe_buf_operations
2014-02-06 Eric Dumazetbpf: do not use reciprocal divide
2014-01-15 Simon Hormannet: Loosen constraints for recalculating checksum...
2014-01-15 David S. Millernetpoll: Fix missing TXQ unlock and and OOPS.
2014-01-15 David S. Millervlan: Fix header ops passthru when doing TX VLAN offload.
2014-01-15 Sasha Levinnet: unix: allow set_peek_off to fail
2014-01-15 Changli Gaonet: drop_monitor: fix the value of maxattr
2013-12-08 fan.du{pktgen, xfrm} Update IPv4 header total len and checksu...
2013-12-08 Vlad Yasevichnet: core: Always propagate flag changes to interfaces
2013-12-08 Jiri Pirkonetfilter: push reasm skb through instead of original...
2013-12-08 Hannes Frederic... net: rework recvmsg handler msg_name and msg_namelen...
2013-12-08 Andreas Henrikssonnet: Fix "ip rule delete table 256"
2013-11-20 Jason Wangnet: flow_dissector: fail on evil iph->ihl
2013-11-04 Fabio Estevamnet: secure_seq: Fix warning when CONFIG_IPV6 and CONFI...
2013-11-04 Eric Dumazettcp: TSO packets automatic sizing
2013-10-13 Eric Dumazetnet: net_secret should not depend on TCP
2013-10-13 Nikolay Aleksandrovnetpoll: fix NULL pointer dereference in netpoll_cleanup
2013-10-13 Sonic Zhangnetpoll: Should handle ETH_P_ARP other than ETH_P_IP...
2013-10-13 Eric Dumazetnet: flow_dissector: fix thoff for IPPROTO_AH
2013-10-13 Eric Dumazetnet: fix multiqueue selection
2013-09-27 Andy Lutomirskinet: Check the correct namespace when spoofing pid...
2013-09-14 Eric Dumazetnet: revert 8728c544a9c ("net: dev_pick_tx() fix")
2013-09-14 Asbjoern Sloth Toe... rtnetlink: rtnl_bridge_getlink: Call nlmsg_find_attr...
2013-09-14 Sridhar Samudralartnetlink: Fix inverted check in ndo_dflt_fdb_del()
2013-09-14 Veaceslav Faliconeighbour: populate neigh_parms on alloc before calling...
2013-09-14 Roman Gushchinnet: check net.core.somaxconn sysctl values
2013-07-28 Eric Dumazetvlan: mask vlan prio bits
2013-07-28 Eric Dumazetneighbour: fix a race in neigh_destroy()
2013-06-30 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2013-06-30 Linus TorvaldsMerge branch 'merge' of git://git./linux/kernel/git...
2013-06-29 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
next