summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2010-10-28net: clear heap allocations for privileged ethtool actionsKees Cook
2010-10-28net: Fix the condition passed to sk_wait_event()Nagendra Tomar
2010-10-28tcp: Fix >4GB writes on 64-bit.David S. Miller
2010-09-26gro: Fix bogus gso_size on the first fraglist entryHerbert Xu
2010-09-26gro: Re-fix different skb headroomsJarek Poplawski
2010-09-26gro: fix different skb headroomsEric Dumazet
2010-08-26net: Fix a memmove bug in dev_gro_receive()Jarek Poplawski
2010-08-02ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFHBen Hutchings
2010-08-02ethtool: Fix potential kernel buffer overflow in ETHTOOL_GRXCLSRLALLBen Hutchings
2010-08-02net/core: neighbour update OopsDoug Kehn
2010-03-15scm: Only support SCM_RIGHTS on unix domain sockets.Eric W. Biederman
2010-03-15net: bug fix for vlan + gro issueAjit Khaparde
2010-03-15net-sysfs: Use rtnl_trylock in wireless sysfs methods.Eric W. Biederman
2010-02-23pktgen: Fix freezing problemRafael J. Wysocki
2010-02-23dst: call cond_resched() in dst_gc_task()Eric Dumazet
2010-02-09tcp: update the netstamp_needed counter when cloning socketsOctavian Purdila
2009-12-18net: Fix userspace RTM_NEWLINK notifications.Eric W. Biederman
2009-11-24pktgen: Fix netdevice unregisterEric Dumazet
2009-11-23pktgen: Fix device name comparesEric Dumazet
2009-11-17gro: Fix illegal merging of trailer trashHerbert Xu
2009-11-16net: Fix the rollback test in dev_change_name()Eric Dumazet
2009-10-30net: fix sk_forward_alloc corruptionEric Dumazet
2009-10-24pktgen: Dont leak kernel memoryEric Dumazet
2009-10-05wext: let get_wireless_stats() sleepJohannes Berg
2009-10-04pktgen: restore nanosec delaysEric Dumazet
2009-10-04pktgen: Fix multiqueue handlingEric Dumazet
2009-10-01pktgen: Fix delay handlingEric Dumazet
2009-09-30net: restore tx timestamping for accelerated vlansEric Dumazet
2009-09-30net: Fix sock_wfree() raceEric Dumazet
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-28wext: add back wireless/ dir in sysfs for cfg80211 interfacesJohannes Berg
2009-09-24pktgen: better scheduler friendlinessStephen Hemminger
2009-09-24pktgen: T_TERMINATE flag is unusedStephen Hemminger
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich
2009-09-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-09-15driver model: constify attribute groupsDavid Brownell
2009-09-15bonding: remap muticast addresses without using dev_close() and dev_open()Moni Shoua
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-09-11net: force bridge module(s) to be GPLStephen Hemminger
2009-09-11Merge branch 'next' into for-linusJames Morris
2009-09-06net_sched: reintroduce dev->qdisc for use by sch_apiPatrick McHardy
2009-09-03net: Remove debugging codeEric Dumazet
2009-09-03net: net/core/dev.c cleanupsEric Dumazet
2009-09-02net/ethtool: Add support for the ethtool feature to flash firmware image from...Ajit Khaparde
2009-09-02vlan: multiqueue vlan deviceEric Dumazet
2009-09-02net: drop_monitor: make last_rx timestamp privateNeil Horman
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-09-01drop_monitor: fix trace_napi_poll_hit()Xiao Guangrong
2009-09-01net: sk_free() should be allowed right after sk_alloc()Jarek Poplawski
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger