summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2013-02-08skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZEAlexander Duyck
2013-02-06net: reset mac header in dev_start_xmit()Eric Dumazet
2013-02-06net: adjust skb_gso_segment() for calling in rx pathCong Wang
2013-02-06netpoll: protect napi_poll and poll_controller during dev_[open|close]Neil Horman
2013-02-06net: core: Remove unnecessary alloc/OOM messagesJoe Perches
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue
2013-02-04netns: fdb: allow unprivileged users to add/del fdb entriesGao feng
2013-02-03net: Fix inner_network_header assignment in skb-copy.Pravin B Shelar
2013-01-30net: disallow drivers with buggy VLAN accel to register_netdevice()Michał Mirosław
2013-01-29pktgen: correctly handle failures when adding a deviceCong Wang
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-29pktgen: support net namespaceCong Wang
2013-01-29net neigh: Optimize neighbor entry size calculation.YOSHIFUJI Hideaki / 吉藤英明
2013-01-29net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com
2013-01-28netpoll: use the net namespace of current process instead of init_netCong Wang
2013-01-28netpoll: use ipv6_addr_equal() to compare ipv6 addrCong Wang
2013-01-28net: fix possible wrong checksum generationEric Dumazet
2013-01-23soreuseport: infrastructureTom Herbert
2013-01-23netpoll: fix an uninitialized variableCong Wang
2013-01-22net: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明
2013-01-22neigh: Keep neighbour cache entries if number of them is small enough.YOSHIFUJI Hideaki / 吉藤英明
2013-01-22net: net_cls: fd passed in SCM_RIGHTS datagram not set correctlyDaniel Wagner
2013-01-21net: move rx and tx hash functions to net/core/flow_dissector.cCong Wang
2013-01-21net: splice: fix __splice_segment()Eric Dumazet
2013-01-21net: splice: avoid high order page splittingEric Dumazet
2013-01-17sk-filter: Add ability to lock a socket filter programVincent Bernat
2013-01-17netpoll: fix a missing dev refcountingCong Wang
2013-01-16netpoll: fix a rtnl lock assertion failureCong Wang
2013-01-16net_sched: fix qdisc_pkt_len_init()Eric Dumazet
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-14tcp: fix a panic on UP machines in reqsk_fastopen_removeEric Dumazet
2013-01-12net: splice: fix __splice_segment()Eric Dumazet
2013-01-11net, wireless: overwrite default_ethtool_opsStanislaw Gruszka
2013-01-11net: Export __netdev_pick_tx so that it can be used in modulesAlexander Duyck
2013-01-11net: Add support for XPS without sysfs being definedAlexander Duyck
2013-01-11net: Rewrite netif_set_xps_queues to address several issuesAlexander Duyck
2013-01-11net: Rewrite netif_reset_xps_queue to allow for better code reuseAlexander Duyck
2013-01-11net: Add functions netif_reset_xps_queue and netif_set_xps_queueAlexander Duyck
2013-01-11net: Split core bits of netdev_pick_tx into __netdev_pick_txAlexander Duyck
2013-01-10net_sched: more precise pkt_len computationEric Dumazet
2013-01-09net: init perm_addr in register_netdevice()Jiri Pirko
2013-01-09netpoll: add IPv6 supportCong Wang
2013-01-09netpoll: prepare for ipv6Cong Wang
2013-01-09net: introduce skb_transport_header_was_set()Eric Dumazet
2013-01-08ethtool: consolidate work with ethtool_opsJiri Pirko
2013-01-07net: splice: avoid high order page splittingEric Dumazet
2013-01-07ethtool: set addr_assign_type to NET_ADDR_SET when addr is passed on createJiri Pirko
2013-01-04net: remove no longer used netdev_set_bond_master() and netdev_set_master()Jiri Pirko
2013-01-04bonding: remove usage of dev->masterJiri Pirko