summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2016-10-26net/core: revert "net: fix __netdev_update_features return.." and add commentNikolay Aleksandrov
2016-10-26net: Fix skb csum races when peekingHerbert Xu
2016-10-26net: possible use after free in dst_releaseFrancesco Ruggeri
2016-10-26net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov
2016-10-26net: fix __netdev_update_features return on ndo_set_features failureNikolay Aleksandrov
2016-10-26net: fix a race in dst_release()Eric Dumazet
2016-03-21net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com
2016-03-21net: Clone skb before setting peeked flagHerbert Xu
2016-03-21net: call rcu_read_lock early in process_backlogJulian Anastasov
2016-03-21net: do not process device backlog during unregistrationJulian Anastasov
2016-03-21rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann
2015-10-22pktgen: adjust spacing in proc file interface outputJesper Dangaard Brouer
2015-06-19net: use for_each_netdev_safe() in rtnl_group_changelink()WANG Cong
2015-06-19rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann
2015-04-14net: Fix stacked vlan offload features computationToshiaki Makita
2014-12-01net: Do not enable tx-nocache-copy by defaultBenjamin Poirier
2014-08-14iovec: make sure the caller actually wants anything in memcpy_fromiovecendSasha Levin
2014-08-14net: Correctly set segment mac_len in skb_segment().Vlad Yasevich
2014-08-14net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin
2014-08-14inetpeer: get rid of ip_id_countEric Dumazet
2014-06-30skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin
2014-06-30skbuff: export skb_copy_ubufsMichael S. Tsirkin
2014-06-07net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet
2014-06-07skb: Add inline helper for getting the skb end offset from headAlexander Duyck
2014-06-07rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson
2014-06-07rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson
2014-06-07filter: prevent nla extensions to peek beyond the end of the messageMathias Krause
2014-06-07net: core: don't account for udp header size when computing seglenFlorian Westphal
2014-03-11net: add and use skb_gso_transport_seglen()Florian Westphal
2014-03-11net: fix 'ip rule' iif/oif device renameMaciej Żenczykowski
2014-01-15net: unix: allow set_peek_off to failSasha Levin
2014-01-15net: drop_monitor: fix the value of maxattrChangli Gao
2013-12-08{pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du
2013-12-08net: core: Always propagate flag changes to interfacesVlad Yasevich
2013-12-08net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-12-08net: Fix "ip rule delete table 256"Andreas Henriksson
2013-11-20net: flow_dissector: fail on evil iph->ihlJason Wang
2013-10-13netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov
2013-10-13net: flow_dissector: fix thoff for IPPROTO_AHEric Dumazet
2013-09-14neighbour: populate neigh_parms on alloc before calling ndo_neigh_setupVeaceslav Falico
2013-09-14net: check net.core.somaxconn sysctl valuesRoman Gushchin
2013-07-28neighbour: fix a race in neigh_destroy()Eric Dumazet
2013-05-19ipv6: do not clear pinet6 fieldEric Dumazet
2013-05-19net: vlan,ethtool: netdev_features_t is more than 32 bitBjørn Mork
2013-05-19net: use netdev_features_t in skb_needs_linearize()Patrick McHardy
2013-05-01net: fix incorrect credentials passingLinus Torvalds
2013-05-01net: rate-limit warn-bad-offload splats.Ben Greear
2013-05-01rtnetlink: Call nlmsg_parse() with correct header lengthMichael Riesch
2013-05-01netfilter: don't reset nf_trace in nf_reset()Patrick McHardy
2013-05-01net: count hw_addr syncs so that unsync works properly.Vlad Yasevich