summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2010-08-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller-26/+29
2010-08-05net: Fix napi_gro_frags vs netpoll pathJarek Poplawski-4/+1
2010-08-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...John W. Linville-12/+27
2010-08-04ppp: make channel_ops conststephen hemminger-3/+6
2010-08-04RxRPC: Fix a potential deadlock between the call resend_timer and state_lockDavid Howells-4/+5
2010-08-04sch_sfq: add sanity check for the packet lengthChangli Gao-9/+20
2010-08-04cls_rsvp: add sanity check for the packet lengthChangli Gao-2/+10
2010-08-04cls_flow: add sanity check for the packet lengthChangli Gao-40/+56
2010-08-04act_nat: fix on the TX pathChangli Gao-10/+13
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-5/+5
2010-08-04mac80211: Fix compilation warning when CONFIG_INET is not setJuuso Oikarinen-0/+2
2010-08-04mac80211: fix scan locking wrt. hw scanJohannes Berg-14/+0
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds-5986/+9345
2010-08-04Bluetooth: Check result code of L2CAP information responseVille Tervo-0/+9
2010-08-04Bluetooth: Don't send RFC for Basic Mode if only it is supportedGustavo F. Padovan-3/+12
2010-08-04Merge branch 'master' into for-nextJiri Kosina-123/+695
2010-08-03can-raw: Fix skb_orphan_try handlingOliver Hartkopp-0/+4
2010-08-03Revert "net: remove zap_completion_queue"David S. Miller-3/+32
2010-08-02net: cleanup inclusionChangli Gao-2/+0
2010-08-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-11/+18
2010-08-02u32: negative offset fixstephen hemminger-2/+4
2010-08-02ip_fragment: fix subtracting PPPOE_SES_HLEN from mtu twiceChangli Gao-4/+2
2010-08-02net: Add getsockopt support for TCP thin-streamsJosh Hunt-0/+6
2010-08-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller-352/+717
2010-08-02fs/9p: destroy fid on failed removeAneesh Kumar K.V-2/+1
2010-08-02net/9p: Implement TXATTRCREATE 9p callAneesh Kumar K.V-0/+25
2010-08-02net/9p: Implement attrwalk 9p callAneesh Kumar K.V-0/+50
2010-08-029p: Implement LOPENM. Mohan Kumar-7/+10
2010-08-02fs/9p: This patch implements TLCREATE for 9p2000.L protocol.Venkateswararao Jujjuri (JV)-0/+44
2010-08-029p: Implement TMKDIRM. Mohan Kumar-0/+31
2010-08-029p: Implement TMKNODM. Mohan Kumar-0/+31
2010-08-029p: Define and implement TSYMLINK for 9P2000.LVenkateswararao Jujjuri (JV)-0/+34
2010-08-029p: Define and implement TLINK for 9P2000.LVenkateswararao Jujjuri (JV)-0/+19
2010-08-029p: Implement client side of setattr for 9P2000.L protocol.Sripathi Kodi-0/+47
2010-08-029p: getattr client implementation for 9P2000.L protocol.Sripathi Kodi-0/+87
2010-08-02net/9p: Handle the server returned error properlyAneesh Kumar K.V-1/+2
2010-08-029p: readdir implementation for 9p2000.LSripathi Kodi-0/+74
2010-08-02netfilter: nf_conntrack_acct: use skb->len for accountingChangli Gao-2/+1
2010-08-029p: strlen() doesn't count the terminatorDan Carpenter-1/+1
2010-08-02netfilter: nf_nat: don't check if the tuple is unique when there isn't any ot...Changli Gao-6/+6
2010-08-02netfilter: nf_nat: make unique_tuple return voidChangli Gao-28/+26
2010-08-02netfilter: nf_nat: use local variable hdrlenChangli Gao-11/+7
2010-08-02ipvs: provide default ip_vs_conn_{in,out}_get_protoSimon Horman-153/+51
2010-08-02ipvs: remove EXPERIMENTAL tagSimon Horman-1/+1
2010-08-02netfilter: nf_conntrack_extend: introduce __nf_ct_ext_exist()Changli Gao-10/+12
2010-08-02netfilter: {ip,ip6,arp}_tables: dont block bottom half more than necessaryEric Dumazet-12/+18
2010-08-01net: ingress filter message limitStephen Hemminger-4/+4
2010-08-01net/rose: Use GFP_ATOMICJulia Lawall-1/+3
2010-07-31act_nat: the checksum of ICMP doesn't have pseudo headerChangli Gao-1/+1
2010-07-31act_nat: fix wild pointerChangli Gao-0/+1