aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-08skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZEAlexander Duyck1-4/+0
2013-02-06net: reset mac header in dev_start_xmit()Eric Dumazet1-0/+2
2013-02-06net: adjust skb_gso_segment() for calling in rx pathCong Wang1-5/+16
2013-02-06netpoll: protect napi_poll and poll_controller during dev_[open|close]Neil Horman2-1/+66
2013-02-06net: core: Remove unnecessary alloc/OOM messagesJoe Perches2-12/+6
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+7
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue1-1/+1
2013-02-04netns: fdb: allow unprivileged users to add/del fdb entriesGao feng1-6/+0
2013-02-03net: Fix inner_network_header assignment in skb-copy.Pravin B Shelar1-1/+1
2013-01-29net: disallow drivers with buggy VLAN accel to register_netdevice()Michał Mirosław1-0/+8
2013-01-29pktgen: correctly handle failures when adding a deviceCong Wang1-3/+6
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2013-01-29pktgen: support net namespaceCong Wang1-79/+117
2013-01-28net neigh: Optimize neighbor entry size calculation.YOSHIFUJI Hideaki / 吉藤英明1-9/+7
2013-01-28net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com1-4/+10
2013-01-28netpoll: use the net namespace of current process instead of init_netCong Wang1-2/+4
2013-01-28netpoll: use ipv6_addr_equal() to compare ipv6 addrCong Wang1-3/+3
2013-01-28net: fix possible wrong checksum generationEric Dumazet2-0/+13
2013-01-23soreuseport: infrastructureTom Herbert1-0/+7
2013-01-22netpoll: fix an uninitialized variableCong Wang1-0/+1
2013-01-22net: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2013-01-22neigh: Keep neighbour cache entries if number of them is small enough.YOSHIFUJI Hideaki / 吉藤英明1-0/+4
2013-01-22net: net_cls: fd passed in SCM_RIGHTS datagram not set correctlyDaniel Wagner1-1/+4
2013-01-21net: move rx and tx hash functions to net/core/flow_dissector.cCong Wang2-175/+173
2013-01-20net: splice: fix __splice_segment()Eric Dumazet1-13/+15
2013-01-20net: splice: avoid high order page splittingEric Dumazet1-29/+9
2013-01-17sk-filter: Add ability to lock a socket filter programVincent Bernat2-0/+17
2013-01-16netpoll: fix a missing dev refcountingCong Wang1-0/+1
2013-01-16netpoll: fix a rtnl lock assertion failureCong Wang1-14/+10
2013-01-16net_sched: fix qdisc_pkt_len_init()Eric Dumazet1-1/+5
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+8
2013-01-14tcp: fix a panic on UP machines in reqsk_fastopen_removeEric Dumazet1-2/+0
2013-01-11net: splice: fix __splice_segment()Eric Dumazet1-13/+15
2013-01-11net, wireless: overwrite default_ethtool_opsStanislaw Gruszka1-0/+8
2013-01-11net: Export __netdev_pick_tx so that it can be used in modulesAlexander Duyck1-0/+1
2013-01-10net: Add support for XPS without sysfs being definedAlexander Duyck2-20/+20
2013-01-10net: Rewrite netif_set_xps_queues to address several issuesAlexander Duyck1-66/+117
2013-01-10net: Rewrite netif_reset_xps_queue to allow for better code reuseAlexander Duyck1-23/+33
2013-01-10net: Add functions netif_reset_xps_queue and netif_set_xps_queueAlexander Duyck2-143/+160
2013-01-10net: Split core bits of netdev_pick_tx into __netdev_pick_txAlexander Duyck1-25/+32
2013-01-10net_sched: more precise pkt_len computationEric Dumazet1-1/+21
2013-01-08net: init perm_addr in register_netdevice()Jiri Pirko1-0/+7
2013-01-08netpoll: add IPv6 supportCong Wang1-10/+236
2013-01-08netpoll: prepare for ipv6Cong Wang1-178/+224
2013-01-08net: introduce skb_transport_header_was_set()Eric Dumazet2-1/+4
2013-01-07ethtool: consolidate work with ethtool_opsJiri Pirko1-24/+21
2013-01-06net: splice: avoid high order page splittingEric Dumazet1-29/+9
2013-01-06ethtool: set addr_assign_type to NET_ADDR_SET when addr is passed on createJiri Pirko1-1/+3
2013-01-04net: remove no longer used netdev_set_bond_master() and netdev_set_master()Jiri Pirko1-63/+0
2013-01-04bonding: remove usage of dev->masterJiri Pirko1-0/+1