summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com2013-01-281-4/+10
* | | netpoll: use the net namespace of current process instead of init_netCong Wang2013-01-281-2/+4
* | | netpoll: use ipv6_addr_equal() to compare ipv6 addrCong Wang2013-01-281-3/+3
* | | net: fix possible wrong checksum generationEric Dumazet2013-01-282-0/+13
* | | soreuseport: infrastructureTom Herbert2013-01-231-0/+7
* | | netpoll: fix an uninitialized variableCong Wang2013-01-221-0/+1
* | | net: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明2013-01-221-1/+1
* | | neigh: Keep neighbour cache entries if number of them is small enough.YOSHIFUJI Hideaki / 吉藤英明2013-01-221-0/+4
* | | net: move rx and tx hash functions to net/core/flow_dissector.cCong Wang2013-01-212-175/+173
* | | sk-filter: Add ability to lock a socket filter programVincent Bernat2013-01-172-0/+17
* | | netpoll: fix a missing dev refcountingCong Wang2013-01-161-0/+1
* | | netpoll: fix a rtnl lock assertion failureCong Wang2013-01-161-14/+10
* | | net_sched: fix qdisc_pkt_len_init()Eric Dumazet2013-01-161-1/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-152-2/+8
|\ \ \ | |/ /
| * | tcp: fix a panic on UP machines in reqsk_fastopen_removeEric Dumazet2013-01-141-2/+0
| |/
| * net, wireless: overwrite default_ethtool_opsStanislaw Gruszka2013-01-111-0/+8
* | net: splice: fix __splice_segment()Eric Dumazet2013-01-111-13/+15
* | net: Export __netdev_pick_tx so that it can be used in modulesAlexander Duyck2013-01-111-0/+1
* | net: Add support for XPS without sysfs being definedAlexander Duyck2013-01-102-20/+20
* | net: Rewrite netif_set_xps_queues to address several issuesAlexander Duyck2013-01-101-66/+117
* | net: Rewrite netif_reset_xps_queue to allow for better code reuseAlexander Duyck2013-01-101-23/+33
* | net: Add functions netif_reset_xps_queue and netif_set_xps_queueAlexander Duyck2013-01-102-143/+160
* | net: Split core bits of netdev_pick_tx into __netdev_pick_txAlexander Duyck2013-01-101-25/+32
* | net_sched: more precise pkt_len computationEric Dumazet2013-01-101-1/+21
* | net: init perm_addr in register_netdevice()Jiri Pirko2013-01-081-0/+7
* | netpoll: add IPv6 supportCong Wang2013-01-081-10/+236
* | netpoll: prepare for ipv6Cong Wang2013-01-081-178/+224
* | net: introduce skb_transport_header_was_set()Eric Dumazet2013-01-082-1/+4
* | ethtool: consolidate work with ethtool_opsJiri Pirko2013-01-071-24/+21
* | net: splice: avoid high order page splittingEric Dumazet2013-01-061-29/+9
* | ethtool: set addr_assign_type to NET_ADDR_SET when addr is passed on createJiri Pirko2013-01-061-1/+3
* | net: remove no longer used netdev_set_bond_master() and netdev_set_master()Jiri Pirko2013-01-041-63/+0
* | bonding: remove usage of dev->masterJiri Pirko2013-01-041-0/+1
* | netpoll: remove usage of dev->masterJiri Pirko2013-01-041-3/+6
* | rtnetlink: remove usage of dev->masterJiri Pirko2013-01-041-32/+37
* | net: introduce upper device listsJiri Pirko2013-01-041-4/+235
* | net: add address assign type "SET"Jiri Pirko2013-01-031-0/+1
* | net: call add_device_randomness() only after successful mac changeJiri Pirko2013-01-031-3/+4
* | rtnl: use dev_set_mac_address() instead of plain ndo_Jiri Pirko2013-01-031-18/+2
* | net: filter: return -EINVAL if BPF_S_ANC* operation is not supportedDaniel Borkmann2012-12-301-0/+7
* | skbuff: make __kmalloc_reserve staticstephen hemminger2012-12-281-2/+3
* | net: use per task frag allocator in skb_append_datato_fragsEric Dumazet2012-12-281-27/+16
* | rtnl: expose carrier value with possibility to set itJiri Pirko2012-12-281-0/+10
* | net: allow to change carrier via sysfsJiri Pirko2012-12-281-1/+14
* | net: add change_carrier netdev opJiri Pirko2012-12-281-0/+19
|/
* CONFIG_HOTPLUG removal from networking coreGreg KH2012-12-221-4/+0
* net: devnet_rename_seq should be a seqcountEric Dumazet2012-12-212-11/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-181-1/+2
|\
| * userns: Require CAP_SYS_ADMIN for most uses of setns.Eric W. Biederman2012-12-141-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-171-1/+30
|\ \ | |/
OpenPOWER on IntegriCloud