aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-11net: splice: fix __splice_segment()Eric Dumazet1-13/+15
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
2012-12-11net: gro: avoid double copy in skb_gro_receive()Eric Dumazet1-1/+0
2012-12-11net: remove obsolete simple_strto<foo>Abhijit Pawar1-1/+0
2012-12-11net: gro: dev_gro_receive() cleanupEric Dumazet1-26/+26
2012-12-10net: remove obsolete simple_strto<foo>Abhijit Pawar1-1/+4
2012-12-09net: Handle encapsulated offloads before fragmentation or handing to lower devAlexander Duyck1-2/+13
2012-12-09net: Add support for hardware-offloaded encapsulationJoseph Gasparakis1-0/+9
2012-12-07net: gro: fix possible panic in skb_gro_receive()Eric Dumazet2-3/+5
2012-12-07net: call notifiers for mtu change even if iface is not upJiri Pirko1-1/+1
2012-12-05net: fix some compiler warning in net/core/neighbour.cCong Wang1-3/+2
2012-12-05net: neighbour: prohibit negative value for unres_qlen_bytes parameterShan Wei1-5/+12
2012-12-04net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADDSerge Hallyn1-0/+6
2012-11-30rtnelink: remove unused parameter from rtnl_create_link().Rami Rosen1-2/+2
2012-11-29core: make GRO methods static.Rami Rosen1-6/+3
2012-11-26sockopt: Change getsockopt() of SO_BINDTODEVICE to return an interface nameBrian Haley2-6/+79