summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2011-08-152-1/+185
* net: filter: Use WARN_RATELIMITJoe Perches2011-07-131-1/+3
* gro: reset skb_iif on reuseAndy Gospodarek2011-04-141-0/+1
* gro: Reset dev pointer on reuseHerbert Xu2011-04-141-0/+1
* net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov2011-03-141-2/+10
* filter: make sure filters dont read uninitialized memoryDavid S. Miller2011-03-021-29/+35
* net: release dst entry while cache-hot for GSO case tooKrishna Kumar2011-01-071-0/+8
* net: Limit socket I/O iovec total length to INT_MAX.David S. Miller2010-12-091-11/+9
* net: NETIF_F_HW_CSUM does not imply FCoE CRC offloadBen Hutchings2010-12-091-3/+3
* net: clear heap allocation for ETHTOOL_GRXCLSRLALLKees Cook2010-12-091-1/+1
* net: clear heap allocations for privileged ethtool actionsKees Cook2010-10-281-1/+1
* net: Fix the condition passed to sk_wait_event()Nagendra Tomar2010-10-281-4/+4
* tcp: Fix >4GB writes on 64-bit.David S. Miller2010-10-281-2/+3
* gro: Fix bogus gso_size on the first fraglist entryHerbert Xu2010-09-261-0/+1
* gro: Re-fix different skb headroomsJarek Poplawski2010-09-261-1/+1
* gro: fix different skb headroomsEric Dumazet2010-09-261-2/+6
* net: Fix a memmove bug in dev_gro_receive()Jarek Poplawski2010-08-261-1/+1
* ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFHBen Hutchings2010-08-021-9/+29
* ethtool: Fix potential kernel buffer overflow in ETHTOOL_GRXCLSRLALLBen Hutchings2010-08-021-2/+3
* net/core: neighbour update OopsDoug Kehn2010-08-021-1/+4
* scm: Only support SCM_RIGHTS on unix domain sockets.Eric W. Biederman2010-03-151-0/+2
* net: bug fix for vlan + gro issueAjit Khaparde2010-03-151-1/+1
* net-sysfs: Use rtnl_trylock in wireless sysfs methods.Eric W. Biederman2010-03-151-1/+2
* pktgen: Fix freezing problemRafael J. Wysocki2010-02-231-0/+1
* dst: call cond_resched() in dst_gc_task()Eric Dumazet2010-02-231-0/+2
* tcp: update the netstamp_needed counter when cloning socketsOctavian Purdila2010-02-091-0/+4
* net: Fix userspace RTM_NEWLINK notifications.Eric W. Biederman2009-12-182-3/+12
* pktgen: Fix netdevice unregisterEric Dumazet2009-11-241-5/+11
* pktgen: Fix device name comparesEric Dumazet2009-11-231-8/+10
* gro: Fix illegal merging of trailer trashHerbert Xu2009-11-171-1/+2
* net: Fix the rollback test in dev_change_name()Eric Dumazet2009-11-161-5/+6
* net: fix sk_forward_alloc corruptionEric Dumazet2009-10-301-1/+9
* pktgen: Dont leak kernel memoryEric Dumazet2009-10-241-5/+10
* wext: let get_wireless_stats() sleepJohannes Berg2009-10-051-2/+2
* pktgen: restore nanosec delaysEric Dumazet2009-10-041-1/+1
* pktgen: Fix multiqueue handlingEric Dumazet2009-10-041-1/+1
* pktgen: Fix delay handlingEric Dumazet2009-10-011-2/+4
* net: restore tx timestamping for accelerated vlansEric Dumazet2009-09-301-3/+3
* net: Fix sock_wfree() raceEric Dumazet2009-09-301-7/+12
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-4/+4
* wext: add back wireless/ dir in sysfs for cfg80211 interfacesJohannes Berg2009-09-281-7/+5
* pktgen: better scheduler friendlinessStephen Hemminger2009-09-241-79/+72
* pktgen: T_TERMINATE flag is unusedStephen Hemminger2009-09-241-5/+4
* mm: replace various uses of num_physpages by totalram_pagesJan Beulich2009-09-221-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-09-171-2/+2
|\
| * bonding: remap muticast addresses without using dev_close() and dev_open()Moni Shoua2009-09-151-2/+2
* | driver model: constify attribute groupsDavid Brownell2009-09-151-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-1412-762/+837
|\
| * net: force bridge module(s) to be GPLStephen Hemminger2009-09-111-2/+2
| * net_sched: reintroduce dev->qdisc for use by sch_apiPatrick McHardy2009-09-061-4/+2