summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-20net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh1-0/+1
2015-02-20net: Fix stacked vlan offload features computationToshiaki Makita1-5/+7
2014-06-09net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet1-0/+1
2014-01-03net: flow_dissector: fail on evil iph->ihlJason Wang1-0/+2
2014-01-03net: core: Always propagate flag changes to interfacesVlad Yasevich1-1/+1
2013-05-13netfilter: don't reset nf_trace in nf_reset()Patrick McHardy1-0/+1
2013-04-10net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet1-0/+6
2013-03-27bridging: fix rx_handlers return codeCristian Bercaru1-0/+1
2012-12-06net-rps: Fix brokeness causing OOO packetsTom Herbert1-1/+3
2012-11-16af-packet: fix oops when socket is not presentEric Leblond1-1/+1
2012-10-31vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl1-2/+5
2012-10-10net: do not disable sg for packets requiring no checksumEd Cashin1-1/+2
2012-10-10net: small bug on rxhash calculationChema Gonzalez1-4/+5
2012-10-10net: Statically initialize init_net.dev_base_headRustad, Mark D1-1/+2
2012-09-19af_packet: don't emit packet on orig fanout groupEric Leblond1-2/+14
2012-09-19net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov1-2/+5
2012-09-19net: Allow driver to limit number of GSO segments per skbBen Hutchings1-0/+4
2012-08-10net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o1-0/+3
2012-07-25net: remove skb_orphan_try()Eric Dumazet1-22/+1
2012-06-10Revert "net: maintain namespace isolation between vlan and real device"David S. Miller1-31/+5
2012-05-21net: In unregister_netdevice_notifier unregister the netdevices.Eric W. Biederman1-0/+20
2012-05-11net: fix /proc/net/dev regressionEric Dumazet1-45/+13
2012-04-02net: fix napi_reuse_skb() skb reserveEric Dumazet1-1/+2
2012-03-01gro: more generic L2 header checkEric Dumazet1-2/+8
2011-12-01net/core: fix rollback handler in register_netdevice_notifierRongQing.Li1-1/+2
2011-11-29net: Fix corruption in /proc/*/net/dev_mcastAnton Blanchard1-0/+6
2011-10-30vlan: allow nested vlan_do_receive()Eric Dumazet1-2/+2
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-92/+244
2011-10-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2011-10-25Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2011-10-24rtnetlink: Add missing manual netlink notification in dev_change_net_namespacesEric W. Biederman1-0/+1
2011-10-21dev: use name hash for dev_seq_opsMihai Maruseac1-15/+69
2011-10-20net: validate HWTSTAMP ioctl parametersRichard Cochran1-0/+58
2011-10-20net: Move rcu_barrier from rollback_registered_many to netdev_run_todo.Eric W. Biederman1-1/+7
2011-10-19net: add skb frag size accessorsEric Dumazet1-3/+3
2011-10-19net: allow vlan traffic to be received under bondJohn Fastabend1-11/+11
2011-10-03RPS: Ensure that an expired hardware filter can be re-added laterBen Hutchings1-6/+3
2011-09-28net: rps: fix the support for PPPOEChangli Gao1-1/+11
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-0/+8
2011-09-16net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko1-24/+0
2011-09-15net: copy userspace buffers on device forwardingMichael S. Tsirkin1-0/+8
2011-08-25net: convert core to skb paged frag APIsIan Campbell1-7/+9
2011-08-25rps: support IPIP encapsulationEric Dumazet1-0/+2
2011-08-23dynamic_debug: make netdev_dbg() call __netdev_printk()Jason Baron1-1/+2
2011-08-22net: vlan: goto another_round instead of calling __netif_receive_skbJiri Pirko1-4/+3
2011-08-19net: rps: support PPPOE session messagesChangli Gao1-0/+8
2011-08-19net: rps: support 802.1QChangli Gao1-0/+8
2011-08-18net: remove ndo_set_multicast_list callbackJiri Pirko1-4/+2
2011-08-18net: introduce IFF_UNICAST_FLT private flagJiri Pirko1-6/+6
2011-08-18rps: Inspect GRE encapsulated packets to get flow hashTom Herbert1-0/+22