summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2012-06-10Revert "net: maintain namespace isolation between vlan and real device"David S. Miller
2012-05-31ethtool: Null-terminate filename passed to ethtool_ops::flash_deviceBen Hutchings
2012-05-20pktgen: fix module unload for goodEric Dumazet
2012-05-20pktgen: fix crash at module unloadEric Dumazet
2012-05-20net: In unregister_netdevice_notifier unregister the netdevices.Eric W. Biederman
2012-05-11netns: do not leak net_generic data on failed initJulian Anastasov
2012-05-11net: allow pskb_expand_head() to get maximum tailroomEric Dumazet
2012-05-11net: fix a race in sock_queue_err_skb()Eric Dumazet
2012-05-11net: fix /proc/net/dev regressionEric Dumazet
2012-04-02net: fix napi_reuse_skb() skb reserveEric Dumazet
2012-04-02rtnetlink: Fix VF IFLA policyGreg Rose
2012-03-19neighbour: Fixed race condition at tbl->nhtMichel Machado
2012-02-29gro: more generic L2 header checkEric Dumazet
2012-02-29netpoll: netpoll_poll_dev() should access dev->flagsEric Dumazet
2012-02-03net: reintroduce missing rcu_assign_pointer() callsEric Dumazet
2012-02-03netns: fix net_alloc_generic()Eric Dumazet
2011-12-23net: relax rcvbuf limitsEric Dumazet
2011-12-22rps: fix insufficient bounds checking in store_rps_dev_flow_table_cnt()Xi Wang
2011-12-21net: Add a flow_cache_flush_deferred functionSteffen Klassert
2011-12-06net: Silence seq_scale() unused warningStephen Boyd
2011-12-06ipv4:correct description for tcp_max_syn_backlogPeter Pan(潘卫平)
2011-11-30net/core: fix rollback handler in register_netdevice_notifierRongQing.Li
2011-11-28net: Fix corruption in /proc/*/net/dev_mcastAnton Blanchard
2011-11-25netns: fix proxy ARP entries listing on a netnsJorge Boncompte [DTI2]
2011-11-22net: correct comments of skb_shiftFeng King
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-03net: Add back alignment for size for __alloc_skbTony Lindgren
2011-11-01neigh: Kill bogus SMP protected debugging message.David S. Miller
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker
2011-10-30vlan: allow nested vlan_do_receive()Eric Dumazet
2011-10-25net: Unlock sock before calling sk_free()Thomas Gleixner
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2011-10-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-10-24rtnetlink: Add missing manual netlink notification in dev_change_net_namespacesEric W. Biederman
2011-10-24net: hold sock reference while processing tx timestampsRichard Cochran
2011-10-21tcp: add const qualifiers where possibleEric Dumazet
2011-10-21dev: use name hash for dev_seq_opsMihai Maruseac
2011-10-21net: add opaque struct around skb frag pageIan Campbell
2011-10-20pktgen: remove ndelay() callEric Dumazet
2011-10-19net: do not take an additional reference in skb_frag_set_pageIan Campbell
2011-10-19neigh: fix rcu splat in neigh_update()roy.qing.li@gmail.com
2011-10-19filter: use unsigned int to silence static checker warningDan Carpenter
2011-10-19fib_rules: fix unresolved_rules countingYan, Zheng
2011-10-19net: validate HWTSTAMP ioctl parametersRichard Cochran
2011-10-19net: Move rcu_barrier from rollback_registered_many to netdev_run_todo.Eric W. Biederman
2011-10-19net: Allow skb_recycle_check to be done in stagesAndy Fleming
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-10-18net: allow vlan traffic to be received under bondJohn Fastabend