summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: fix crash in build_skb()Eric Dumazet2015-05-061-9/+22
* net: do not deplete pfmemalloc reserveEric Dumazet2015-05-061-2/+7
* ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2015-04-292-1/+22
* net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev2015-03-261-4/+6
* net: reject creation of netdev names with colonsMatthew Thode2015-03-181-1/+1
* gen_stats.c: Duplicate xstats buffer for later useIgnacy Gawędzki2015-03-181-1/+14
* rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong2015-03-181-2/+10
* rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann2015-03-181-8/+4
* pktgen: fix UDP checksum computationSabrina Dubroca2015-03-181-8/+8
* bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu2015-02-261-1/+5
* net: rps: fix cpu unplugEric Dumazet2015-02-261-5/+15
* net: fix creation adjacent device symlinksAlexander Y. Fomichev2015-01-271-7/+11
* net: prevent of emerging cross-namespace symlinksAlexander Y. Fomichev2015-01-271-1/+60
* net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh2015-01-271-0/+1
* net: Reset secmark when scrubbing packetThomas Graf2015-01-271-0/+1
* net: Fix stacked vlan offload features computationToshiaki Makita2015-01-271-5/+8
* rtnetlink: release net refcnt on error in do_setlink()Nicolas Dichtel2014-12-161-0/+1
* gro: fix aggregation for skb using frag_listEric Dumazet2014-10-151-0/+3
* net: Always untag vlan-tagged traffic on input.Vlad Yasevich2014-10-153-2/+55
* rtnetlink: fix VF info sizeJiri Benc2014-10-151-1/+2
* iovec: make sure the caller actually wants anything in memcpy_fromiovecendSasha Levin2014-08-141-0/+4
* net: Correctly set segment mac_len in skb_segment().Vlad Yasevich2014-08-141-1/+1
* net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin2014-08-141-3/+3
* inetpeer: get rid of ip_id_countEric Dumazet2014-08-141-25/+0
* net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu2014-07-281-0/+2
* net: Fix NETDEV_CHANGE notifier usage causing spurious arp flushLoic Prylli2014-07-281-1/+8
* ipv4: fix dst race in sk_dst_get()Eric Dumazet2014-07-281-5/+11
* net: fix UDP tunnel GSO of frag_list GRO packetsWei-Chun Chao2014-07-281-1/+2
* rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt2014-06-261-4/+18
* net: force a list_del() in unregister_netdevice_many()Eric Dumazet2014-06-262-2/+4
* net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-06-261-9/+11
* net: Add variants of capable for use on on socketsEric W. Biederman2014-06-261-0/+49
* net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman2014-06-261-2/+2
* net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet2014-05-311-0/+1
* net: gro: make sure skb->cb[] initial content has not to be zeroEric Dumazet2014-05-312-2/+3
* rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang2014-05-313-3/+34
* net: avoid dependency of net_get_random_once on nop patchingHannes Frederic Sowa2014-05-311-4/+4
* neigh: set nud_state to NUD_INCOMPLETE when probing router reachabilityDuan Jiong2014-05-311-2/+2
* rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson2014-05-311-6/+10
* rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson2014-05-311-5/+12
* net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski2014-05-311-2/+2
* vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich2014-05-311-1/+0
* net: Find the nesting level of a given device by type.Vlad Yasevich2014-05-311-0/+50
* vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong2014-05-311-0/+1
* net: Start with correct mac_len in skb_network_protocolVlad Yasevich2014-05-311-1/+1
* filter: prevent nla extensions to peek beyond the end of the messageMathias Krause2014-05-311-1/+5
* net: core: don't account for udp header size when computing seglenFlorian Westphal2014-05-311-5/+7
* net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich2014-03-282-5/+11
* core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss2014-03-271-7/+20
* netpoll: fix the skb check in pkt_is_nsLi RongQing2014-03-241-1/+1