aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker1-0/+1
2011-10-25net: 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/git/gregkh/driver-coreLinus Torvalds1-1/+2
2011-10-24Merge 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-20pktgen: remove ndelay() callEric Dumazet1-4/+7
2011-10-19net: do not take an additional reference in skb_frag_set_pageIan Campbell1-0/+1
2011-10-19neigh: fix rcu splat in neigh_update()roy.qing.li@gmail.com1-0/+4
2011-10-19filter: use unsigned int to silence static checker warningDan Carpenter1-1/+1
2011-10-19fib_rules: fix unresolved_rules countingYan, Zheng1-1/+4
2011-10-19net: validate HWTSTAMP ioctl parametersRichard Cochran1-0/+58
2011-10-19net: 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
2011-10-19net: add skb frag size accessorsEric Dumazet5-53/+57
2011-10-18net: allow vlan traffic to be received under bondJohn Fastabend1-11/+11
2011-10-17net/flow: Fix potential memory leakhuajun li1-1/+13
2011-10-16if_link: Add additional parameter to IFLA_VF_INFO for spoof checkingGreg Rose1-3/+30
2011-10-13net: more accurate skb truesizeEric Dumazet2-5/+15
2011-10-07net: use sock_valbool_flag to set/clear SOCK_RXQ_OVFLJohannes Berg1-4/+1
2011-10-03RPS: Ensure that an expired hardware filter can be re-added laterBen Hutchings1-6/+3
2011-09-28net: rps: fix the support for PPPOEChangli Gao1-1/+11
2011-09-28af_unix: dont send SCM_CREDENTIALS by defaultEric Dumazet1-4/+6
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller6-25/+57
2011-09-21fib:fix BUG_ON in fib_nl_newrule when add new fib ruleGao feng1-2/+2
2011-09-16net: Handle different key sizes between address families in flow cachedpward1-14/+17
2011-09-15net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko3-31/+17
2011-09-15net: linkwatch: allow vlans to get carrier changes fasterEric Dumazet1-2/+7
2011-09-15net: copy userspace buffers on device forwardingMichael S. Tsirkin2-5/+25
2011-09-15net: Make flow cache namespace-awaredpward1-1/+4
2011-08-26netpoll: fix incorrect access to skb data in __netpoll_rxEric Dumazet1-1/+3
2011-08-24arp: fix rcu lockdep splat in arp_process()Eric Dumazet1-2/+6
2011-08-24net: convert core to skb paged frag APIsIan Campbell7-36/+36
2011-08-24rps: support IPIP encapsulationEric Dumazet1-0/+2
2011-08-22dynamic_debug: make netdev_dbg() call __netdev_printk()Jason Baron1-1/+2
2011-08-22net: vlan: goto another_round instead of calling __netif_receive_skbJiri Pirko1-4/+3
2011-08-20net: Preserve ooo_okay when copying skb headerChangli Gao1-0/+1
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2011-08-18net: rps: support PPPOE session messagesChangli Gao1-0/+8
2011-08-18net: rps: support 802.1QChangli Gao1-0/+8
2011-08-17net: remove ndo_set_multicast_list callbackJiri Pirko2-6/+4
2011-08-17net: introduce IFF_UNICAST_FLT private flagJiri Pirko1-6/+6
2011-08-17rps: Inspect GRE encapsulated packets to get flow hashTom Herbert1-0/+22
2011-08-17rps: Infrastructure in __skb_get_rxhash for deep inspectionTom Herbert1-0/+7
2011-08-17rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert2-4/+7
2011-08-17rps: Some minor cleanup in get_rps_cpusTom Herbert1-5/+7