aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2015-03-19Merge tag 'v3.14.36' into v3.14-rtAnders Roxell
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-03-18pktgen: fix UDP checksum computationSabrina Dubroca
2015-03-09Merge tag 'v3.14.34' into v3.14-rtAnders Roxell
2015-02-26bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu
2015-02-26net: rps: fix cpu unplugEric Dumazet
2015-02-16Merge tag 'v3.14.31' into v3.14-rtAnders Roxell
2015-01-27net: fix creation adjacent device symlinksAlexander Y. Fomichev
2015-01-27net: prevent of emerging cross-namespace symlinksAlexander Y. Fomichev
2015-01-27net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh
2015-01-27net: Reset secmark when scrubbing packetThomas Graf
2015-01-27net: Fix stacked vlan offload features computationToshiaki Makita
2015-01-20Merge tag 'v3.14.28' into v3.14-rtAnders Roxell
2014-12-16rtnetlink: release net refcnt on error in do_setlink()Nicolas Dichtel
2014-10-15Merge tag 'v3.14.22' into v3.14-rtAnders Roxell
2014-10-15gro: fix aggregation for skb using frag_listEric Dumazet
2014-10-15net: Always untag vlan-tagged traffic on input.Vlad Yasevich
2014-10-15rtnetlink: fix VF info sizeJiri Benc
2014-08-14Merge tag 'v3.14.17' into v3.14-rtAnders Roxell
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-29Merge tag 'v3.14.14' into v3.14-rtAnders Roxell
2014-07-28net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu
2014-07-28net: Fix NETDEV_CHANGE notifier usage causing spurious arp flushLoic Prylli
2014-07-28ipv4: fix dst race in sk_dst_get()Eric Dumazet
2014-07-28net: fix UDP tunnel GSO of frag_list GRO packetsWei-Chun Chao
2014-07-08Merge tag 'v3.14.10' into v3.14-rtAnders Roxell
2014-06-30softirq: Check preemption after reenabling interruptsThomas Gleixner
2014-06-30net: Add a mutex around devnet_rename_seqSebastian Andrzej Siewior
2014-06-30net: Use local_bh_disable in netif_rx_ni()Thomas Gleixner
2014-06-30net: Another local_irq_disable/kmalloc headacheThomas Gleixner
2014-06-30net,RT:REmove preemption disabling in netif_rx()Priyanka Jain
2014-06-30net: Avoid livelock in net_tx_action() on RTSteven Rostedt
2014-06-30use skbufhead with raw lockThomas Gleixner
2014-06-30net-netif_rx_ni-migrate-disable.patchThomas Gleixner
2014-06-30softirq-thread-do-softirq.patchThomas Gleixner
2014-06-30net-flip-lock-dep-thingy.patchThomas Gleixner
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-31net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet
2014-05-31net: gro: make sure skb->cb[] initial content has not to be zeroEric Dumazet
2014-05-31rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang