summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-04-17net: NETIF_F_HW_CSUM does not imply FCoE CRC offloadBen Hutchings1-3/+3
2011-04-17net: clear heap allocation for ETHTOOL_GRXCLSRLALLKees Cook1-1/+1
2011-04-17irda: Fix heap memory corruption in iriap.cSamuel Ortiz1-1/+2
2011-04-17irda: Fix parameter extraction stack overflowSamuel Ortiz1-1/+3
2011-04-17udp: add rehash on connect()Eric Dumazet4-2/+64
2011-01-06net: blackhole route should always be recalculatedJianzhao Wang1-1/+6
2011-01-06rose: Fix signedness issues wrt. digi count.David S. Miller1-2/+2
2011-01-06tcp: Fix race in tcp_pollTom Marshall2-2/+7
2011-01-06net: clear heap allocations for privileged ethtool actionsKees Cook1-2/+2
2011-01-06ip: fix truesize mismatch in ip fragmentationEric Dumazet2-11/+26
2011-01-06net: Fix IPv6 PMTU disc. w/ asymmetric routesMaciej Żenczykowski1-4/+24
2011-01-06Phonet: Correct header retrieval after pskb_may_pullKumar Sanghvi1-1/+2
2011-01-06net: Fix the condition passed to sk_wait_event()Nagendra Tomar1-4/+4
2011-01-06tcp: Fix >4GB writes on 64-bit.David S. Miller2-3/+4
2011-01-06xfrm4: strip ECN bits from tos fieldUlrich Weber1-1/+1
2011-01-06De-pessimize rds_page_copy_userLinus Torvalds1-20/+7
2011-01-06wext: fix potential private ioctl memory content leakJohannes Berg1-1/+1
2011-01-06sctp: Do not reset the packet during sctp_packet_config().Vlad Yasevich1-1/+0
2011-01-06net/llc: make opt unsigned in llc_ui_setsockopt()Dan Carpenter1-1/+2
2011-01-06UNIX: Do not loop forever at unix_autobind().Tetsuo Handa1-3/+12
2011-01-06rds: fix a leak of kernel memoryEric Dumazet1-1/+1
2011-01-06bridge: Clear INET control block of SKBs passed into ip_fragment().David S. Miller1-2/+4
2011-01-06bridge: Clear IPCB before possible entry into IP stackHerbert Xu1-0/+3
2011-01-06tcp: fix three tcp sysctls tuningEric Dumazet1-17/+7
2011-01-06tcp: Combat per-cpu skew in orphan tests.David S. Miller2-8/+5
2011-01-06tcp: select(writefds) don't hang up when a peer close connectionKOSAKI Motohiro1-1/+2
2011-01-06irda: Correctly clean up self->ias_obj on irda_bind() failure.David S. Miller1-2/+2
2011-01-06gro: Re-fix different skb headroomsJarek Poplawski1-1/+1
2011-01-06gro: fix different skb headroomsEric Dumazet1-2/+6
2011-01-06SUNRPC: Fix race corrupting rpc upcallTrond Myklebust2-7/+8
2011-01-06wireless extensions: fix kernel heap content leakJohannes Berg2-0/+19
2011-01-06irda: off by oneDan Carpenter1-1/+1
2011-01-06sctp: fix append error cause to ERROR chunk correctlyWei Yongjun1-2/+2
2010-08-26netlink: fix compat recvmsgJohannes Berg1-30/+16
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-26net: dev_forward_skb should call nf_resetBen Greear1-0/+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-13arp_notify: allow drivers to explicitly request a notification event.Ian Campbell2-0/+19
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