summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2015-11-14net: fix a race in dst_release()Eric Dumazet1-1/+1
2015-10-28ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches1-1/+1
2015-10-28skbuff: Fix skb checksum partial check.Pravin B Shelar1-4/+5
2015-10-26net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca1-1/+5
2015-10-05fib_rules: fix fib rule dumps across multiple skbsWilson Kok1-5/+9
2015-08-27net: Fix skb_set_peeked use-after-free bugHerbert Xu1-6/+7
2015-08-27net: Fix skb csum races when peekingHerbert Xu1-1/+2
2015-08-27net: Clone skb before setting peeked flagHerbert Xu1-3/+38
2015-08-27net: call rcu_read_lock early in process_backlogJulian Anastasov1-15/+14
2015-08-27net: do not process device backlog during unregistrationJulian Anastasov1-2/+4
2015-08-27net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov1-1/+3
2015-08-27rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann1-63/+65
2015-08-27net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet1-1/+2
2015-07-30neigh: do not modify unlinked entriesJulian Anastasov1-0/+11
2015-07-30net: don't wait for order-3 page allocationShaohua Li2-2/+6
2015-04-30net: fix crash in build_skb()Eric Dumazet1-9/+22
2015-04-30net: do not deplete pfmemalloc reserveEric Dumazet1-2/+7
2015-04-09net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev1-4/+6
2015-03-12net: reject creation of netdev names with colonsMatthew Thode1-1/+1
2015-03-12gen_stats.c: Duplicate xstats buffer for later useIgnacy Gawędzki1-1/+14
2015-03-12rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong1-2/+10
2015-03-12rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann1-8/+4
2015-03-12pktgen: fix UDP checksum computationSabrina Dubroca1-8/+8
2015-02-10bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu1-1/+5
2015-02-10net: rps: fix cpu unplugEric Dumazet1-5/+15
2015-01-26net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh1-0/+1
2015-01-26net: Reset secmark when scrubbing packetThomas Graf1-0/+1
2015-01-26net: Fix stacked vlan offload features computationToshiaki Makita1-5/+8
2015-01-06rtnetlink: release net refcnt on error in do_setlink()Nicolas Dichtel1-0/+1
2014-10-31net: fix checksum features handling in netif_skb_features()Michal Kubeček1-5/+11
2014-10-17net: Always untag vlan-tagged traffic on input.Vlad Yasevich3-2/+55
2014-10-17rtnetlink: fix VF info sizeJiri Benc1-1/+2
2014-08-19iovec: make sure the caller actually wants anything in memcpy_fromiovecendSasha Levin1-0/+4
2014-08-19net: Correctly set segment mac_len in skb_segment().Vlad Yasevich1-1/+1
2014-08-19net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin1-3/+3
2014-08-19inetpeer: get rid of ip_id_countEric Dumazet1-25/+0
2014-07-29net: Fix NETDEV_CHANGE notifier usage causing spurious arp flushLoic Prylli1-1/+5
2014-07-29ipv4: fix dst race in sk_dst_get()Eric Dumazet1-5/+11
2014-07-29net: fix UDP tunnel GSO of frag_list GRO packetsWei-Chun Chao1-1/+2
2014-06-27net: Do not enable tx-nocache-copy by defaultBenjamin Poirier1-5/+0
2014-06-23rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt1-4/+18
2014-06-23net: force a list_del() in unregister_netdevice_many()Eric Dumazet2-2/+4
2014-06-23net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-9/+11
2014-06-23net: Add variants of capable for use on on socketsEric W. Biederman1-0/+49
2014-06-23net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman1-2/+2
2014-06-23skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin1-0/+6
2014-06-23skbuff: skb_segment: s/fskb/list_skb/Michael S. Tsirkin1-13/+13
2014-06-23skbuff: skb_segment: s/skb/head_skb/Michael S. Tsirkin1-28/+27
2014-06-23skbuff: skb_segment: s/skb_frag/frag/Michael S. Tsirkin1-7/+7
2014-06-23skbuff: skb_segment: s/frag/nskb_frag/Michael S. Tsirkin1-9/+9