aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2015-07-30neigh: do not modify unlinked entriesJulian Anastasov
2015-07-30net: don't wait for order-3 page allocationShaohua Li
2015-04-30net: fix crash in build_skb()Eric Dumazet
2015-04-30net: do not deplete pfmemalloc reserveEric Dumazet
2015-04-09net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev
2015-03-12net: reject creation of netdev names with colonsMatthew Thode
2015-03-12gen_stats.c: Duplicate xstats buffer for later useIgnacy Gawędzki
2015-03-12rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong
2015-03-12rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann
2015-03-12pktgen: fix UDP checksum computationSabrina Dubroca
2015-02-10bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu
2015-02-10net: rps: fix cpu unplugEric Dumazet
2015-01-26net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh
2015-01-26net: Reset secmark when scrubbing packetThomas Graf
2015-01-26net: Fix stacked vlan offload features computationToshiaki Makita
2015-01-06rtnetlink: release net refcnt on error in do_setlink()Nicolas Dichtel
2014-10-31net: fix checksum features handling in netif_skb_features()Michal Kubeček
2014-10-17net: Always untag vlan-tagged traffic on input.Vlad Yasevich
2014-10-17rtnetlink: fix VF info sizeJiri Benc
2014-08-19iovec: make sure the caller actually wants anything in memcpy_fromiovecendSasha Levin
2014-08-19net: Correctly set segment mac_len in skb_segment().Vlad Yasevich
2014-08-19net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin
2014-08-19inetpeer: get rid of ip_id_countEric Dumazet
2014-07-29net: Fix NETDEV_CHANGE notifier usage causing spurious arp flushLoic Prylli
2014-07-29ipv4: fix dst race in sk_dst_get()Eric Dumazet
2014-07-29net: fix UDP tunnel GSO of frag_list GRO packetsWei-Chun Chao
2014-06-27net: Do not enable tx-nocache-copy by defaultBenjamin Poirier
2014-06-23rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt
2014-06-23net: force a list_del() in unregister_netdevice_many()Eric Dumazet
2014-06-23net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2014-06-23net: Add variants of capable for use on on socketsEric W. Biederman
2014-06-23net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman
2014-06-23skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin
2014-06-23skbuff: skb_segment: s/fskb/list_skb/Michael S. Tsirkin
2014-06-23skbuff: skb_segment: s/skb/head_skb/Michael S. Tsirkin
2014-06-23skbuff: skb_segment: s/skb_frag/frag/Michael S. Tsirkin
2014-06-23skbuff: skb_segment: s/frag/nskb_frag/Michael S. Tsirkin
2014-05-29net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet
2014-05-29rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang
2014-05-29rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson
2014-05-29rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson
2014-05-29net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski
2014-05-29vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong
2014-05-29filter: prevent nla extensions to peek beyond the end of the messageMathias Krause
2014-05-29net: core: don't account for udp header size when computing seglenFlorian Westphal
2014-04-18netpoll: fix the skb check in pkt_is_nsLi RongQing
2014-04-18rtnetlink: fix fdb notification flagsNicolas Dichtel
2014-04-18tcp: tcp_release_cb() should release socket ownershipEric Dumazet
2014-03-13neigh: recompute reachabletime before returning from neigh_periodic_work()Duan Jiong
2014-02-26net: use __GFP_NORETRY for high order allocationsEric Dumazet