summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-10-28De-pessimize rds_page_copy_userLinus Torvalds1-20/+7
2010-10-28wext: fix potential private ioctl memory content leakJohannes Berg1-1/+1
2010-10-28mac80211: fix use-after-freeJohannes Berg1-4/+0
2010-09-26sctp: Do not reset the packet during sctp_packet_config().Vlad Yasevich1-1/+0
2010-09-26net/llc: make opt unsigned in llc_ui_setsockopt()Dan Carpenter1-1/+2
2010-09-26net: blackhole route should always be recalculatedJianzhao Wang1-1/+6
2010-09-26l2tp: test for ethernet header in l2tp_eth_dev_recv()Eric Dumazet1-1/+1
2010-09-26UNIX: Do not loop forever at unix_autobind().Tetsuo Handa1-3/+12
2010-09-26udp: add rehash on connect()Eric Dumazet4-2/+64
2010-09-26tcp: select(writefds) don't hang up when a peer close connectionKOSAKI Motohiro1-1/+2
2010-09-26tcp: fix three tcp sysctls tuningEric Dumazet1-17/+7
2010-09-26tcp: Combat per-cpu skew in orphan tests.David S. Miller2-8/+5
2010-09-26net: RPS needs to depend upon USE_GENERIC_SMP_HELPERSDavid S. Miller1-1/+1
2010-09-26rds: fix a leak of kernel memoryEric Dumazet1-1/+1
2010-09-26irda: Correctly clean up self->ias_obj on irda_bind() failure.David S. Miller1-2/+2
2010-09-26gro: Re-fix different skb headroomsJarek Poplawski1-1/+1
2010-09-26gro: fix different skb headroomsEric Dumazet1-2/+6
2010-09-26bridge: Clear INET control block of SKBs passed into ip_fragment().David S. Miller1-2/+4
2010-09-20SUNRPC: Fix race corrupting rpc upcallTrond Myklebust2-7/+8
2010-09-20wireless extensions: fix kernel heap content leakJohannes Berg2-0/+19
2010-09-20irda: off by oneDan Carpenter1-1/+1
2010-09-20mac80211: delete work timerJohannes Berg1-0/+6
2010-09-20netfilter: fix CONFIG_COMPAT supportFlorian Westphal3-0/+9
2010-08-26netlink: fix compat recvmsgJohannes Berg1-30/+16
2010-08-26can-raw: Fix skb_orphan_try handlingOliver Hartkopp1-0/+4
2010-08-26act_nat: fix wild pointerChangli Gao1-0/+1
2010-08-26net: disable preemption before call smp_processor_id()Changli Gao1-0/+2
2010-08-26pkt_sched: Fix sch_sfq vs tc_modify_qdisc oopsJarek Poplawski1-0/+6
2010-08-26pkt_sched: Fix sch_sfq vs tcf_bind_filter oopsJarek Poplawski1-0/+7
2010-08-26net: Fix a memmove bug in dev_gro_receive()Jarek Poplawski1-1/+1
2010-08-26net: Fix napi_gro_frags vs netpoll pathJarek Poplawski1-4/+1
2010-08-26can: add limit for nframes and clean up signed/unsigned variablesOliver Hartkopp1-14/+27
2010-08-26act_nat: the checksum of ICMP doesn't have pseudo headerChangli Gao1-1/+1
2010-08-26bridge: Fix skb leak when multicast parsing fails on TXHerbert Xu1-1/+3
2010-08-26tcp: cookie transactions setsockopt memory leakDmitry Popov1-2/+5
2010-08-26bridge: add rcu_read_lock on transmitStephen Hemminger4-6/+8
2010-08-26cfg80211: fix locking in action frame TXJohannes Berg1-1/+7
2010-08-10mac80211: avoid scheduling while atomic in mesh_rx_plink_frameJohn W. Linville1-11/+31
2010-08-10cfg80211: don't get expired BSSesJohannes Berg1-0/+5
2010-08-10cfg80211: ignore spurious deauthJohannes Berg1-4/+4
2010-08-109p: strlen() doesn't count the terminatorDan Carpenter1-1/+1
2010-08-10arp_notify: allow drivers to explicitly request a notification event.Ian Campbell2-0/+19
2010-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds5-11/+56
2010-07-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-1/+1
2010-07-25net: dev_forward_skb should call nf_resetBen Greear1-0/+1
2010-07-24net sched: fix race in mirred device removalstephen hemminger1-3/+40
2010-07-22ipv6: Don't add routes to ipv6 disabled interfaces.Brian Haley1-5/+9
2010-07-22net: Fix skb_copy_expand() handling of ->csum_startDavid S. Miller1-1/+2
2010-07-22net: Fix corruption of skb csum field in pskb_expand_head() of net/core/skbuff.cAndrea Shepard1-1/+3
2010-07-21mm: add context argument to shrinker callback to remaining shrinkersDave Chinner1-1/+1