summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sctp: Do not reset the packet during sctp_packet_config().Vlad Yasevich2010-09-261-1/+0
* net/llc: make opt unsigned in llc_ui_setsockopt()Dan Carpenter2010-09-261-1/+2
* net: blackhole route should always be recalculatedJianzhao Wang2010-09-261-1/+6
* l2tp: test for ethernet header in l2tp_eth_dev_recv()Eric Dumazet2010-09-261-1/+1
* UNIX: Do not loop forever at unix_autobind().Tetsuo Handa2010-09-261-3/+12
* udp: add rehash on connect()Eric Dumazet2010-09-264-2/+64
* tcp: select(writefds) don't hang up when a peer close connectionKOSAKI Motohiro2010-09-261-1/+2
* tcp: fix three tcp sysctls tuningEric Dumazet2010-09-261-17/+7
* tcp: Combat per-cpu skew in orphan tests.David S. Miller2010-09-262-8/+5
* net: RPS needs to depend upon USE_GENERIC_SMP_HELPERSDavid S. Miller2010-09-261-1/+1
* rds: fix a leak of kernel memoryEric Dumazet2010-09-261-1/+1
* irda: Correctly clean up self->ias_obj on irda_bind() failure.David S. Miller2010-09-261-2/+2
* gro: Re-fix different skb headroomsJarek Poplawski2010-09-261-1/+1
* gro: fix different skb headroomsEric Dumazet2010-09-261-2/+6
* bridge: Clear INET control block of SKBs passed into ip_fragment().David S. Miller2010-09-261-2/+4
* SUNRPC: Fix race corrupting rpc upcallTrond Myklebust2010-09-202-7/+8
* wireless extensions: fix kernel heap content leakJohannes Berg2010-09-202-0/+19
* irda: off by oneDan Carpenter2010-09-201-1/+1
* mac80211: delete work timerJohannes Berg2010-09-201-0/+6
* netfilter: fix CONFIG_COMPAT supportFlorian Westphal2010-09-203-0/+9
* netlink: fix compat recvmsgJohannes Berg2010-08-261-30/+16
* can-raw: Fix skb_orphan_try handlingOliver Hartkopp2010-08-261-0/+4
* act_nat: fix wild pointerChangli Gao2010-08-261-0/+1
* net: disable preemption before call smp_processor_id()Changli Gao2010-08-261-0/+2
* pkt_sched: Fix sch_sfq vs tc_modify_qdisc oopsJarek Poplawski2010-08-261-0/+6
* pkt_sched: Fix sch_sfq vs tcf_bind_filter oopsJarek Poplawski2010-08-261-0/+7
* net: Fix a memmove bug in dev_gro_receive()Jarek Poplawski2010-08-261-1/+1
* net: Fix napi_gro_frags vs netpoll pathJarek Poplawski2010-08-261-4/+1
* can: add limit for nframes and clean up signed/unsigned variablesOliver Hartkopp2010-08-261-14/+27
* act_nat: the checksum of ICMP doesn't have pseudo headerChangli Gao2010-08-261-1/+1
* bridge: Fix skb leak when multicast parsing fails on TXHerbert Xu2010-08-261-1/+3
* tcp: cookie transactions setsockopt memory leakDmitry Popov2010-08-261-2/+5
* bridge: add rcu_read_lock on transmitStephen Hemminger2010-08-264-6/+8
* cfg80211: fix locking in action frame TXJohannes Berg2010-08-261-1/+7
* mac80211: avoid scheduling while atomic in mesh_rx_plink_frameJohn W. Linville2010-08-101-11/+31
* cfg80211: don't get expired BSSesJohannes Berg2010-08-101-0/+5
* cfg80211: ignore spurious deauthJohannes Berg2010-08-101-4/+4
* 9p: strlen() doesn't count the terminatorDan Carpenter2010-08-101-1/+1
* arp_notify: allow drivers to explicitly request a notification event.Ian Campbell2010-08-102-0/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-07-275-11/+56
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-07-261-1/+1
| |\
| | * wireless: use netif_rx_ni in ieee80211_send_layer2_updateJohn W. Linville2010-07-201-1/+1
| * | net: dev_forward_skb should call nf_resetBen Greear2010-07-251-0/+1
| * | net sched: fix race in mirred device removalstephen hemminger2010-07-241-3/+40
| * | ipv6: Don't add routes to ipv6 disabled interfaces.Brian Haley2010-07-221-5/+9
| * | net: Fix skb_copy_expand() handling of ->csum_startDavid S. Miller2010-07-221-1/+2
| * | net: Fix corruption of skb csum field in pskb_expand_head() of net/core/skbuff.cAndrea Shepard2010-07-221-1/+3
* | | mm: add context argument to shrinker callback to remaining shrinkersDave Chinner2010-07-211-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-07-2015-49/+67
|\| |
| * | bridge: Partially disable netpoll supportHerbert Xu2010-07-192-31/+1