summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2011-04-14gro: reset skb_iif on reuseAndy Gospodarek
2011-04-14gro: Reset dev pointer on reuseHerbert Xu
2011-03-14net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov
2011-03-02filter: make sure filters dont read uninitialized memoryDavid S. Miller
2011-01-07net: release dst entry while cache-hot for GSO case tooKrishna Kumar
2010-12-09net: Limit socket I/O iovec total length to INT_MAX.David S. Miller
2010-12-09net: NETIF_F_HW_CSUM does not imply FCoE CRC offloadBen Hutchings
2010-12-09net: clear heap allocation for ETHTOOL_GRXCLSRLALLKees Cook
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