summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * Bluetooth: Fix endianness issue with L2CAP MPS configurationMat Martineau2010-08-101-4/+5
| * | cfg80211: fix locking in action frame TXJohannes Berg2010-08-091-1/+7
| |/
* | net: Use NET_XMIT_SUCCESS where possible.Ben Greear2010-08-104-6/+6
* | pkt_sched: Add some basic qdisc class ops verification. Was: [PATCH] sfq: add...Jarek Poplawski2010-08-101-5/+17
* | pkt_sched: sch_sfq: Add dummy unbind_tcf and put handles. Was: [PATCH] sfq: a...Jarek Poplawski2010-08-101-0/+6
|/
* pkt_sched: Fix sch_sfq vs tcf_bind_filter oopsJarek Poplawski2010-08-071-0/+7
* net: disable preemption before call smp_processor_id()Changli Gao2010-08-071-0/+2
* tcp: no md5sig option size check bugDmitry Popov2010-08-071-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-08-067-26/+29
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...John W. Linville2010-08-055-12/+27
| |\
| | * Bluetooth: Check result code of L2CAP information responseVille Tervo2010-08-041-0/+9
| | * Bluetooth: Don't send RFC for Basic Mode if only it is supportedGustavo F. Padovan2010-08-041-3/+12
| | * Bluetooth: Remove __exit from rfcomm_cleanup_ttys()Gustavo F. Padovan2010-07-311-1/+1
| | * Bluetooth: Use list_head for HCI blacklist headDavid Miller2010-07-313-8/+5
| * | mac80211: Fix compilation warning when CONFIG_INET is not setJuuso Oikarinen2010-08-041-0/+2
| * | mac80211: fix scan locking wrt. hw scanJohannes Berg2010-08-041-14/+0
* | | net: Fix napi_gro_frags vs netpoll pathJarek Poplawski2010-08-051-4/+1
* | | ppp: make channel_ops conststephen hemminger2010-08-043-3/+6
* | | RxRPC: Fix a potential deadlock between the call resend_timer and state_lockDavid Howells2010-08-042-4/+5
* | | sch_sfq: add sanity check for the packet lengthChangli Gao2010-08-041-9/+20
* | | cls_rsvp: add sanity check for the packet lengthChangli Gao2010-08-041-2/+10
* | | cls_flow: add sanity check for the packet lengthChangli Gao2010-08-041-40/+56
* | | act_nat: fix on the TX pathChangli Gao2010-08-041-10/+13
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-045-5/+5
|\ \ \
| * \ \ Merge branch 'master' into for-nextJiri Kosina2010-08-0437-123/+695
| |\ \ \
| * | | | fix comment/printk typos concerning "already"Uwe Kleine-König2010-07-111-1/+1
| * | | | Merge branch 'master' into for-nextJiri Kosina2010-06-1674-398/+731
| |\ \ \ \
| * | | | | fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-164-4/+4
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-08-04301-5986/+9345
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | can-raw: Fix skb_orphan_try handlingOliver Hartkopp2010-08-031-0/+4
| * | | | Revert "net: remove zap_completion_queue"David S. Miller2010-08-032-3/+32
| * | | | net: cleanup inclusionChangli Gao2010-08-021-2/+0
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-08-026-11/+18
| |\ \ \ \
| | * | | | act_nat: the checksum of ICMP doesn't have pseudo headerChangli Gao2010-07-311-1/+1
| | * | | | act_nat: fix wild pointerChangli Gao2010-07-311-0/+1
| | * | | | bridge: Fix skb leak when multicast parsing fails on TXHerbert Xu2010-07-301-1/+3
| | * | | | tcp: cookie transactions setsockopt memory leakDmitry Popov2010-07-301-2/+5
| | * | | | bridge: add rcu_read_lock on transmitstephen hemminger2010-07-284-6/+8
| * | | | | u32: negative offset fixstephen hemminger2010-08-021-2/+4
| * | | | | ip_fragment: fix subtracting PPPOE_SES_HLEN from mtu twiceChangli Gao2010-08-021-4/+2
| * | | | | net: Add getsockopt support for TCP thin-streamsJosh Hunt2010-08-021-0/+6
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-08-0235-352/+717
| |\ \ \ \ \
| | * | | | | netfilter: nf_conntrack_acct: use skb->len for accountingChangli Gao2010-08-021-2/+1
| | * | | | | netfilter: nf_nat: don't check if the tuple is unique when there isn't any ot...Changli Gao2010-08-023-6/+6
| | * | | | | netfilter: nf_nat: make unique_tuple return voidChangli Gao2010-08-029-28/+26
| | * | | | | netfilter: nf_nat: use local variable hdrlenChangli Gao2010-08-021-11/+7
| | * | | | | ipvs: provide default ip_vs_conn_{in,out}_get_protoSimon Horman2010-08-024-153/+51
| | * | | | | ipvs: remove EXPERIMENTAL tagSimon Horman2010-08-021-1/+1
| | * | | | | netfilter: nf_conntrack_extend: introduce __nf_ct_ext_exist()Changli Gao2010-08-021-10/+12
| | * | | | | netfilter: {ip,ip6,arp}_tables: dont block bottom half more than necessaryEric Dumazet2010-08-023-12/+18
OpenPOWER on IntegriCloud