summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
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
2013-04-05net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet
2013-04-05net: remove a WARN_ON() in net_enable_timestamp()Eric Dumazet
2013-03-28rtnetlink: Mask the rta_type when range checkingVlad Yasevich
2013-03-20rtnl: fix info leak on RTM_GETLINK request for VF devicesMathias Krause
2013-03-20bridging: fix rx_handlers return codeCristian Bercaru
2013-02-28sock_diag: Fix out-of-bounds access to sock_diag_handlers[]Mathias Krause
2013-02-28net: fix infinite loop in __skb_recv_datagram()Eric Dumazet
2013-02-14pktgen: correctly handle failures when adding a deviceCong Wang
2012-11-26net-rps: Fix brokeness causing OOO packetsTom Herbert
2012-11-26net: correct check in dev_addr_del()Jiri Pirko
2012-11-17af-packet: fix oops when socket is not presentEric Leblond
2012-10-28vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl
2012-10-28net: Fix skb_under_panic oops in neigh_resolve_outputramesh.nagappa@gmail.com
2012-10-21pktgen: fix crash when generating IPv6 packetsAmerigo Wang
2012-10-13net: do not disable sg for packets requiring no checksumEd Cashin
2012-10-13net: guard tcp_set_keepalive() to tcp socketsEric Dumazet