aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-04netpoll: remove usage of dev->masterJiri Pirko1-3/+6
2013-01-04rtnetlink: remove usage of dev->masterJiri Pirko1-32/+37
2013-01-04net: introduce upper device listsJiri Pirko1-4/+235
2013-01-03net: add address assign type "SET"Jiri Pirko1-0/+1
2013-01-03net: call add_device_randomness() only after successful mac changeJiri Pirko1-3/+4
2013-01-03rtnl: use dev_set_mac_address() instead of plain ndo_Jiri Pirko1-18/+2
2012-12-30net: filter: return -EINVAL if BPF_S_ANC* operation is not supportedDaniel Borkmann1-0/+7
2012-12-28skbuff: make __kmalloc_reserve staticstephen hemminger1-2/+3
2012-12-28net: use per task frag allocator in skb_append_datato_fragsEric Dumazet1-27/+16
2012-12-28rtnl: expose carrier value with possibility to set itJiri Pirko1-0/+10
2012-12-28net: allow to change carrier via sysfsJiri Pirko1-1/+14
2012-12-28net: add change_carrier netdev opJiri Pirko1-0/+19
2012-12-22CONFIG_HOTPLUG removal from networking coreGreg KH1-4/+0
2012-12-21net: devnet_rename_seq should be a seqcountEric Dumazet2-11/+11
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+2
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+30
2012-12-14userns: Require CAP_SYS_ADMIN for most uses of setns.Eric W. Biederman1-1/+2
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds15-145/+710
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-147/+113