summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2011-11-29net: dont call jump_label_dec from irq contextEric Dumazet1-0/+23
2011-11-29net: use skb_flow_dissect() in __skb_get_rxhash()Eric Dumazet1-111/+14
2011-11-29net: introduce skb_flow_dissect()Eric Dumazet2-1/+135
2011-11-29net: Fix corruption in /proc/*/net/dev_mcastAnton Blanchard2-2/+7
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+5
2011-11-25netns: fix proxy ARP entries listing on a netnsJorge Boncompte [DTI2]1-1/+4
2011-11-24net: treewide use of RCU_INIT_POINTEREric Dumazet1-2/+2
2011-11-23net: remove ipv6_addr_copy()Alexey Dobriyan1-9/+6
2011-11-23net: correct comments of skb_shiftFeng King1-1/+1
2011-11-23net: add network priority cgroup infrastructure (v4)Neil Horman4-1/+380
2011-11-18net: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu1-2/+4
2011-11-18net: use jump_label to shortcut RPS if not setupEric Dumazet3-16/+21
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-0/+29
2011-11-17net: new counter for tx_timeout errors in sysfsdavid decotigny1-6/+31
2011-11-17net-sysfs: fixed minor sparse warningdavid decotigny1-6/+6
2011-11-17net: ethtool: fix coding styleMichał Mirosław1-7/+8
2011-11-17net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław2-16/+6
2011-11-17ethtool: prepare for larger netdev_features_t typeMichał Mirosław1-16/+26
2011-11-17net: ethtool: use C99 array initialization for feature-names tableMichał Mirosław1-38/+36
2011-11-17net: introduce and use netdev_features_t for device features setsMichał Mirosław3-23/+26
2011-11-17net: ethtool: break association of ETH_FLAG_* with NETIF_F_*Michał Mirosław1-10/+23
2011-11-17net: remove legacy ethtool opsMichał Mirosław2-406/+24
2011-11-17net: use jump_label for netstamp_neededEric Dumazet1-18/+14
2011-11-14net: introduce build_skb()Eric Dumazet1-0/+49
2011-11-14neigh: new unresolved queue limitsEric Dumazet1-51/+111
2011-11-10net: add wireless TX status socket optionJohannes Berg2-0/+29
2011-11-09net: rename sk_clone to sk_clone_lockEric Dumazet1-2/+9
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9-0/+9
2011-11-04net: Add back alignment for size for __alloc_skbTony Lindgren1-0/+1
2011-11-02neigh: Kill bogus SMP protected debugging message.David S. Miller1-5/+1
2011-11-01net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker8-0/+8
2011-11-01net: Fix files explicitly needing to include module.hPaul Gortmaker1-0/+1
2011-10-30vlan: allow nested vlan_do_receive()Eric Dumazet1-2/+2
2011-10-26net: Unlock sock before calling sk_free()Thomas Gleixner1-0/+1
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds21-263/+515
2011-10-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2011-10-25Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+15
2011-10-24rtnetlink: Add missing manual netlink notification in dev_change_net_namespacesEric W. Biederman1-0/+1
2011-10-24net: hold sock reference while processing tx timestampsRichard Cochran1-2/+10
2011-10-21tcp: add const qualifiers where possibleEric Dumazet1-1/+1
2011-10-21dev: use name hash for dev_seq_opsMihai Maruseac1-15/+69
2011-10-21net: add opaque struct around skb frag pageIan Campbell1-3/+3
2011-10-21pktgen: remove ndelay() callEric Dumazet1-4/+7
2011-10-20net: do not take an additional reference in skb_frag_set_pageIan Campbell1-0/+1
2011-10-20neigh: fix rcu splat in neigh_update()roy.qing.li@gmail.com1-0/+4
2011-10-20filter: use unsigned int to silence static checker warningDan Carpenter1-1/+1
2011-10-20fib_rules: fix unresolved_rules countingYan, Zheng1-1/+4
2011-10-20net: validate HWTSTAMP ioctl parametersRichard Cochran1-0/+58
2011-10-20net: Move rcu_barrier from rollback_registered_many to netdev_run_todo.Eric W. Biederman1-1/+7
2011-10-19net: Allow skb_recycle_check to be done in stagesAndy Fleming1-25/+26