summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2013-01-22netpoll: 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-20net: splice: fix __splice_segment()Eric Dumazet
2013-01-20net: splice: avoid high order page splittingEric Dumazet
2013-01-17sk-filter: Add ability to lock a socket filter programVincent Bernat
2013-01-16netpoll: 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-11net: 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-10net: Add support for XPS without sysfs being definedAlexander Duyck
2013-01-10net: Rewrite netif_set_xps_queues to address several issuesAlexander Duyck
2013-01-10net: Rewrite netif_reset_xps_queue to allow for better code reuseAlexander Duyck
2013-01-10net: Add functions netif_reset_xps_queue and netif_set_xps_queueAlexander Duyck
2013-01-10net: Split core bits of netdev_pick_tx into __netdev_pick_txAlexander Duyck
2013-01-10net_sched: more precise pkt_len computationEric Dumazet
2013-01-08net: init perm_addr in register_netdevice()Jiri Pirko
2013-01-08netpoll: add IPv6 supportCong Wang
2013-01-08netpoll: prepare for ipv6Cong Wang
2013-01-08net: introduce skb_transport_header_was_set()Eric Dumazet
2013-01-07ethtool: consolidate work with ethtool_opsJiri Pirko
2013-01-06net: splice: avoid high order page splittingEric Dumazet
2013-01-06ethtool: 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
2013-01-04netpoll: remove usage of dev->masterJiri Pirko
2013-01-04rtnetlink: remove usage of dev->masterJiri Pirko
2013-01-04net: introduce upper device listsJiri Pirko
2013-01-03net: add address assign type "SET"Jiri Pirko
2013-01-03net: call add_device_randomness() only after successful mac changeJiri Pirko
2013-01-03rtnl: use dev_set_mac_address() instead of plain ndo_Jiri Pirko
2012-12-30net: filter: return -EINVAL if BPF_S_ANC* operation is not supportedDaniel Borkmann
2012-12-28skbuff: make __kmalloc_reserve staticstephen hemminger
2012-12-28net: use per task frag allocator in skb_append_datato_fragsEric Dumazet
2012-12-28rtnl: expose carrier value with possibility to set itJiri Pirko
2012-12-28net: allow to change carrier via sysfsJiri Pirko
2012-12-28net: add change_carrier netdev opJiri Pirko
2012-12-22CONFIG_HOTPLUG removal from networking coreGreg KH
2012-12-21net: devnet_rename_seq should be a seqcountEric Dumazet
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-12-14userns: Require CAP_SYS_ADMIN for most uses of setns.Eric W. Biederman
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds