summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2012-07-12netpoll: fix netpoll_send_udp() bugsEric Dumazet1-5/+6
2012-07-12ethtool: allow ETHTOOL_GSSET_INFO for usersMichał Mirosław1-0/+1
2012-07-12net: sock: validate data_len before allocating skb in sock_alloc_send_pskb()Jason Wang1-2/+5
2012-07-12splice: fix racy pipe->buffers usesEric Dumazet1-1/+2
2012-06-10Revert "net: maintain namespace isolation between vlan and real device"David S. Miller1-31/+5
2012-05-31ethtool: Null-terminate filename passed to ethtool_ops::flash_deviceBen Hutchings1-0/+2
2012-05-21pktgen: fix module unload for goodEric Dumazet1-2/+2
2012-05-21pktgen: fix crash at module unloadEric Dumazet1-2/+8
2012-05-21net: In unregister_netdevice_notifier unregister the netdevices.Eric W. Biederman1-0/+20
2012-05-11netns: do not leak net_generic data on failed initJulian Anastasov1-15/+18
2012-05-11net: allow pskb_expand_head() to get maximum tailroomEric Dumazet1-1/+3
2012-05-11net: fix a race in sock_queue_err_skb()Eric Dumazet1-1/+3
2012-05-11net: fix /proc/net/dev regressionEric Dumazet2-46/+15
2012-04-02net: fix napi_reuse_skb() skb reserveEric Dumazet1-1/+2
2012-04-02rtnetlink: Fix VF IFLA policyGreg Rose1-0/+2
2012-03-19neighbour: Fixed race condition at tbl->nhtMichel Machado1-0/+2
2012-03-01gro: more generic L2 header checkEric Dumazet1-2/+8
2012-03-01netpoll: netpoll_poll_dev() should access dev->flagsEric Dumazet1-1/+1
2012-02-03net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2-4/+4
2012-02-03netns: fix net_alloc_generic()Eric Dumazet1-15/+16
2011-12-23net: relax rcvbuf limitsEric Dumazet1-5/+1
2011-12-23rps: fix insufficient bounds checking in store_rps_dev_flow_table_cnt()Xi Wang1-2/+5
2011-12-22net: Add a flow_cache_flush_deferred functionSteffen Klassert1-0/+12
2011-12-06net: Silence seq_scale() unused warningStephen Boyd1-0/+2
2011-12-06ipv4:correct description for tcp_max_syn_backlogPeter Pan(潘卫平)1-3/+4
2011-12-01net/core: fix rollback handler in register_netdevice_notifierRongQing.Li1-1/+2
2011-11-29net: Fix corruption in /proc/*/net/dev_mcastAnton Blanchard2-2/+7
2011-11-25netns: fix proxy ARP entries listing on a netnsJorge Boncompte [DTI2]1-1/+4
2011-11-23net: correct comments of skb_shiftFeng King1-1/+1
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