summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2015-12-09net: fix a race in dst_release()Eric Dumazet
2015-10-27ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches
2015-10-27skbuff: Fix skb checksum partial check.Pravin B Shelar
2015-10-22fib_rules: Fix dump_rules() not to exit earlyRoland Dreier
2015-10-01fib_rules: fix fib rule dumps across multiple skbsWilson Kok
2015-10-01net: Fix skb_set_peeked use-after-free bugHerbert Xu
2015-10-01net: Fix skb csum races when peekingHerbert Xu
2015-10-01net: Clone skb before setting peeked flagHerbert Xu
2015-10-01net: call rcu_read_lock early in process_backlogJulian Anastasov
2015-10-01net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov
2015-03-26net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev
2015-03-18net: reject creation of netdev names with colonsMatthew Thode
2015-03-18gen_stats.c: Duplicate xstats buffer for later useIgnacy Gawędzki
2015-03-18rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong
2015-03-18rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann
2015-02-26bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu
2015-02-26net: rps: fix cpu unplugEric Dumazet
2014-12-16rtnetlink: release net refcnt on error in do_setlink()Nicolas Dichtel
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-07-28ipv4: fix dst race in sk_dst_get()Eric Dumazet
2014-06-30skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin
2014-06-26rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt
2014-06-26net: force a list_del() in unregister_netdevice_many()Eric Dumazet
2014-06-26net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2014-06-26net: Add variants of capable for use on on socketsEric W. Biederman
2014-06-26net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman
2014-05-30net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet
2014-05-30rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson
2014-05-30rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson
2014-05-30net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski
2014-05-30vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong
2014-05-30filter: prevent nla extensions to peek beyond the end of the messageMathias Krause
2014-05-30net: core: don't account for udp header size when computing seglenFlorian Westphal
2014-04-14netpoll: fix the skb check in pkt_is_nsLi RongQing
2014-04-14rtnetlink: fix fdb notification flagsNicolas Dichtel
2014-04-14tcp: tcp_release_cb() should release socket ownershipEric Dumazet
2014-03-23neigh: recompute reachabletime before returning from neigh_periodic_work()Duan Jiong
2014-03-06net: use __GFP_NORETRY for high order allocationsEric Dumazet
2014-03-06net: core: introduce netif_skb_dev_featuresFlorian Westphal
2014-03-06net: add and use skb_gso_transport_seglen()Florian Westphal
2014-03-06netpoll: fix netconsole IPv6 setupSabrina Dubroca
2014-03-06net: fix 'ip rule' iif/oif device renameMaciej Żenczykowski
2014-02-13fuse: fix pipe_buf_operationsMiklos Szeredi
2014-02-06bpf: do not use reciprocal divideEric Dumazet
2014-01-15net: Loosen constraints for recalculating checksum in skb_segment()Simon Horman
2014-01-15netpoll: Fix missing TXQ unlock and and OOPS.David S. Miller
2014-01-15vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller