summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet
2011-12-09Revert "net: netprio_cgroup: make net_prio_subsys static"John Fastabend
2011-12-08sock_diag: off by one checksDan Carpenter
2011-12-08net: netprio_cgroup: make net_prio_subsys staticJohn Fastabend
2011-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-06net: Silence seq_scale() unused warningStephen Boyd
2011-12-06sock_diag: Move the sock_ code to net/core/Pavel Emelyanov
2011-12-06ipv4:correct description for tcp_max_syn_backlogPeter Pan(潘卫平)
2011-12-05bql: fix CONFIG_XPS=n buildEric Dumazet
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller
2011-12-04tcp: take care of misalignmentsEric Dumazet
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-01net: net_device flags is an unsigned intEric Dumazet
2011-11-30net/core: fix rollback handler in register_netdevice_notifierRongQing.Li
2011-11-30neigh: Add device constructor/destructor capability.David Miller
2011-11-30neigh: Add infrastructure for allocating device neigh privates.David Miller
2011-11-30neigh: Get rid of neigh_table->kmem_cachepDavid Miller
2011-11-29net: Fix skb_update_prio RCU usage.Igor Maravic
2011-11-29flow_dissector: use a 64bit load/storeEric Dumazet
2011-11-29bql: Byte queue limitsTom Herbert
2011-11-29xps: Add xps_queue_release functionTom Herbert
2011-11-29net: Add queue state xoff flag for stackTom Herbert
2011-11-29net: optimize socket timestampingEric Dumazet
2011-11-29net: dont call jump_label_dec from irq contextEric Dumazet
2011-11-28net: use skb_flow_dissect() in __skb_get_rxhash()Eric Dumazet
2011-11-28net: introduce skb_flow_dissect()Eric Dumazet
2011-11-28net: Fix corruption in /proc/*/net/dev_mcastAnton Blanchard
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-11-25netns: fix proxy ARP entries listing on a netnsJorge Boncompte [DTI2]
2011-11-23net: treewide use of RCU_INIT_POINTEREric Dumazet
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-11-22net: correct comments of skb_shiftFeng King
2011-11-22net: add network priority cgroup infrastructure (v4)Neil Horman
2011-11-18net: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu
2011-11-17net: use jump_label to shortcut RPS if not setupEric Dumazet
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-11-16net: new counter for tx_timeout errors in sysfsdavid decotigny
2011-11-16net-sysfs: fixed minor sparse warningdavid decotigny
2011-11-16net: ethtool: fix coding styleMichał Mirosław
2011-11-16net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław
2011-11-16ethtool: prepare for larger netdev_features_t typeMichał Mirosław
2011-11-16net: ethtool: use C99 array initialization for feature-names tableMichał Mirosław
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-11-16net: ethtool: break association of ETH_FLAG_* with NETIF_F_*Michał Mirosław
2011-11-16net: remove legacy ethtool opsMichał Mirosław
2011-11-16net: use jump_label for netstamp_neededEric Dumazet
2011-11-14net: introduce build_skb()Eric Dumazet
2011-11-14neigh: new unresolved queue limitsEric Dumazet
2011-11-09net: add wireless TX status socket optionJohannes Berg
2011-11-08net: rename sk_clone to sk_clone_lockEric Dumazet