summaryrefslogtreecommitdiffstats
path: root/net/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: rtnl_link_register() sanity testEric Dumazet2011-12-141-11/+14
* net: Remove unused neighbour layer ops.David S. Miller2011-12-131-10/+0
* tcp memory pressure controlsGlauber Costa2011-12-131-3/+40
* socket: initial cgroup code.Glauber Costa2011-12-131-8/+16
* foundations of per-cgroup memory pressure controlling.Glauber Costa2011-12-131-23/+34
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-121-2/+2
* Revert "net: netprio_cgroup: make net_prio_subsys static"John Fastabend2011-12-091-1/+1
* sock_diag: off by one checksDan Carpenter2011-12-091-2/+2
* net: netprio_cgroup: make net_prio_subsys staticJohn Fastabend2011-12-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-072-3/+6
|\
| * net: Silence seq_scale() unused warningStephen Boyd2011-12-061-0/+2
| * ipv4:correct description for tcp_max_syn_backlogPeter Pan(潘卫平)2011-12-061-3/+4
* | sock_diag: Move the sock_ code to net/core/Pavel Emelyanov2011-12-062-1/+152
* | bql: fix CONFIG_XPS=n buildEric Dumazet2011-12-061-2/+0
* | net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-052-2/+2
* | tcp: take care of misalignmentsEric Dumazet2011-12-041-5/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-022-3/+9
|\|
| * net/core: fix rollback handler in register_netdevice_notifierRongQing.Li2011-12-011-1/+2
| * net: Fix corruption in /proc/*/net/dev_mcastAnton Blanchard2011-11-292-2/+7
* | net: net_device flags is an unsigned intEric Dumazet2011-12-011-7/+7
* | neigh: Add device constructor/destructor capability.David Miller2011-12-011-1/+14
* | neigh: Add infrastructure for allocating device neigh privates.David Miller2011-12-011-3/+11
* | neigh: Get rid of neigh_table->kmem_cachepDavid Miller2011-12-011-16/+2
* | net: Fix skb_update_prio RCU usage.Igor Maravic2011-11-301-1/+1
* | flow_dissector: use a 64bit load/storeEric Dumazet2011-11-291-2/+11
* | bql: Byte queue limitsTom Herbert2011-11-292-8/+135
* | xps: Add xps_queue_release functionTom Herbert2011-11-291-42/+47
* | net: Add queue state xoff flag for stackTom Herbert2011-11-293-5/+5
* | net: optimize socket timestampingEric Dumazet2011-11-291-15/+12
* | net: dont call jump_label_dec from irq contextEric Dumazet2011-11-291-0/+23
* | net: use skb_flow_dissect() in __skb_get_rxhash()Eric Dumazet2011-11-291-111/+14
* | net: introduce skb_flow_dissect()Eric Dumazet2011-11-292-1/+135
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-262-2/+5
|\|
| * netns: fix proxy ARP entries listing on a netnsJorge Boncompte [DTI2]2011-11-251-1/+4
| * net: correct comments of skb_shiftFeng King2011-11-221-1/+1
* | net: treewide use of RCU_INIT_POINTEREric Dumazet2011-11-241-2/+2
* | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-9/+6
* | net: add network priority cgroup infrastructure (v4)Neil Horman2011-11-224-1/+380
* | net: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu2011-11-181-2/+4
* | net: use jump_label to shortcut RPS if not setupEric Dumazet2011-11-173-16/+21
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-172-0/+29
|\ \
| * | net: add wireless TX status socket optionJohannes Berg2011-11-092-0/+29
* | | net: new counter for tx_timeout errors in sysfsdavid decotigny2011-11-171-6/+31
* | | net-sysfs: fixed minor sparse warningdavid decotigny2011-11-171-6/+6
* | | net: ethtool: fix coding styleMichał Mirosław2011-11-171-7/+8
* | | net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław2011-11-162-16/+6
* | | ethtool: prepare for larger netdev_features_t typeMichał Mirosław2011-11-161-16/+26
* | | net: ethtool: use C99 array initialization for feature-names tableMichał Mirosław2011-11-161-38/+36
* | | net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-163-23/+26
* | | net: ethtool: break association of ETH_FLAG_* with NETIF_F_*Michał Mirosław2011-11-161-10/+23