aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-10-21Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-0/+11
2010-10-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-10/+13
2010-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds5-33/+103
2010-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds29-0/+10750
2010-10-21secmark: fix config problem when CONFIG_NF_CONNTRACK_SECMARK is not setEric Paris1-0/+2
2010-10-21secmark: export secctx, drop secmark in procfsEric Paris2-6/+50
2010-10-21conntrack: export lsm context rather than internal secid via netlinkEric Paris1-10/+36
2010-10-21secmark: make secmark object handling genericEric Paris2-19/+17
2010-10-21secmark: do not return early if there was no errorEric Paris1-1/+1
2010-10-20ceph: fix num_pages_free accounting in pagelistSage Weil1-0/+1
2010-10-20ceph: don't crash when passed bad mount optionsYehuda Sadeh1-1/+1
2010-10-20ceph: add pagelist_reserve, pagelist_truncate, pagelist_set_cursorGreg Farnum1-9/+97
2010-10-20rbd: introduce rados block device (rbd), based on libcephYehuda Sadeh1-2/+1
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh29-0/+10662
2010-10-18sched: Fix softirq time accountingVenkatesh Pallipadi1-1/+1
2010-10-15De-pessimize rds_page_copy_userLinus Torvalds1-20/+7
2010-10-11net: clear heap allocations for privileged ethtool actionsKees Cook1-3/+3
2010-10-11ATM: mpc, fix use after freeJiri Slaby1-1/+1
2010-10-08net: clear heap allocation for ETHTOOL_GRXCLSRLALLKees Cook1-1/+1
2010-10-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-2/+4
2010-10-08Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar37-152/+221
2010-10-07net: suppress RCU lockdep false positive in sock_update_classidPaul E. McKenney1-1/+4
2010-10-07Revert "mac80211: use netif_receive_skb in ieee80211_tx_status callpath"John W. Linville1-2/+2
2010-10-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...David S. Miller2-33/+33
2010-10-07Merge commit 'v2.6.36-rc7' into core/rcuIngo Molnar68-416/+500
2010-10-07Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar26-102/+143
2010-10-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller8-88/+110
2010-10-06mac80211: delete AddBA response timerJohannes Berg1-0/+2
2010-10-05caif: fix two caif_connect() bugsEric Dumazet1-6/+15
2010-10-05cls_u32: signedness bugDan Carpenter1-1/+1
2010-10-04Bluetooth: Disallow to change L2CAP_OPTIONS values when connectedGustavo F. Padovan1-0/+5
2010-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds5-19/+27
2010-10-03sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac()Dan Rosenberg1-2/+6
2010-10-03sctp: prevent reading out-of-bounds memoryDan Rosenberg1-1/+12
2010-10-03ipv4: correct IGMP behavior on v3 query during v2-compatibility modeDavid Stevens1-1/+13
2010-10-03Revert "ipv4: Make INET_LRO a bool instead of tristate."Ben Hutchings1-1/+1
2010-10-03net: Fix the condition passed to sk_wait_event()Nagendra Tomar1-4/+4
2010-10-03net: Fix IPv6 PMTU disc. w/ asymmetric routesMaciej Żenczykowski1-4/+24
2010-09-30vlan: dont drop packets from unknown vlans in promiscuous modeEric Dumazet1-4/+10
2010-09-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-4/+0
2010-09-30Revert "Bluetooth: Don't accept ConfigReq if we aren't in the BT_CONFIG state"Gustavo F. Padovan1-7/+1
2010-09-30Bluetooth: Fix inconsistent lock state with RFCOMMGustavo F. Padovan1-0/+4
2010-09-30Bluetooth: Simplify L2CAP Streaming mode sendingGustavo F. Padovan1-17/+7
2010-09-30Bluetooth: fix MTU L2CAP configuration parameterAndrei Emeltchenko1-3/+3
2010-09-30Bluetooth: Only enable L2CAP FCS for ERTM or streamingMat Martineau1-6/+13
2010-09-29Phonet: Correct header retrieval after pskb_may_pullKumar Sanghvi1-1/+2
2010-09-28ip_gre: Fix dependencies wrt. ipv6.David S. Miller1-0/+1
2010-09-28net-2.6: SYN retransmits: Add new parameter to retransmits_timed_out()Damian Lukowski1-10/+14
2010-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds31-122/+176
2010-09-27tcp: Fix >4GB writes on 64-bit.David S. Miller2-3/+4
2010-09-27net/9p: Mount only matching virtio channelsSven Eckelmann1-1/+2
2010-09-27ipv6: add IPv6 to neighbour table overflow warningUlrich Weber2-2/+2
2010-09-27tcp: fix TSO FACK loss marking in tcp_mark_head_lostYuchung Cheng1-1/+2
2010-09-27net/9p: fix memory handling/allocation in rdma_request()Davidlohr Bueso1-11/+18
2010-09-26ipv6: add a missing unregister_pernet_subsys callNeil Horman2-3/+13
2010-09-26br2684: fix scheduling while atomicKarl Hiramoto1-10/+2
2010-09-24net: fix a lockdep splatEric Dumazet6-26/+26
2010-09-24mac80211: fix use-after-freeJohannes Berg1-4/+0
2010-09-22xfrm4: strip ECN bits from tos fieldUlrich Weber1-1/+1
2010-09-22netfilter: nf_conntrack_defrag: check socket type before touching nodefrag flagJiri Olsa1-1/+3
2010-09-22netfilter: nf_nat_snmp: fix checksum calculation (v4)Patrick McHardy1-2/+4
2010-09-22netfilter: fix a race in nf_ct_ext_create()Eric Dumazet1-1/+3
2010-09-22netfilter: fix ipt_REJECT TCP RST routing for indev == outdevChangli Gao1-0/+1
2010-09-22netfilter: nf_ct_sip: default to NF_ACCEPT in sip_help_tcp()Simon Horman1-1/+1
2010-09-22netfilter: tproxy: nf_tproxy_assign_sock() can handle tw socketsEric Dumazet1-1/+5
2010-09-21ip: fix truesize mismatch in ip fragmentationEric Dumazet2-11/+26
2010-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-1/+1
2010-09-21Merge commit 'v2.6.36-rc5' into perf/coreIngo Molnar15-87/+96
2010-09-20tcp: Fix race in tcp_pollTom Marshall2-2/+7
2010-09-20rose: Fix signedness issues wrt. digi count.David S. Miller1-2/+2
2010-09-20xfrm: Allow different selector family in temporary stateThomas Egerer4-49/+67
2010-09-20wext: fix potential private ioctl memory content leakJohannes Berg1-1/+1
2010-09-20ip_gre: CONFIG_IPV6_MODULE supportEric Dumazet1-4/+4
2010-09-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds9-11/+10
2010-09-17sctp: Do not reset the packet during sctp_packet_config().Vlad Yasevich1-1/+0
2010-09-16net/llc: storing negative error codes in unsigned shortDan Carpenter1-1/+1
2010-09-16xfrm: dont assume rcu_read_lock in xfrm_output_one()Eric Dumazet1-1/+1
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar36-244/+293
2010-09-14net: RPS needs to depend upon USE_GENERIC_SMP_HELPERSDavid S. Miller1-1/+1
2010-09-14Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds6-76/+86
2010-09-14net: use rcu_barrier() in rollback_registered_manyEric Dumazet1-1/+1
2010-09-13ipv4: enable getsockopt() for IP_NODEFRAGMichael Kerrisk1-0/+3
2010-09-13ipv4: force_igmp_version ignored when a IGMPv3 query receivedBob Arendt1-1/+1
2010-09-13net/llc: make opt unsigned in llc_ui_setsockopt()Dan Carpenter1-1/+2
2010-09-13fs/9p, net/9p: memory leak fixesLatchesar Ionkov1-1/+6
2010-09-12sunrpc: increase MAX_HASHTABLE_BITS to 14Miquel van Smoorenburg1-1/+1
2010-09-12gss:spkm3 miss returning error to caller when import security contextBian Naimeng1-1/+4
2010-09-12gss:krb5 miss returning error to caller when import security contextBian Naimeng1-2/+8
2010-09-12SUNRPC: cleanup state-machine orderingJ. Bruce Fields1-42/+42
2010-09-12SUNRPC: Fix a race in rpc_info_openTrond Myklebust2-20/+20
2010-09-12SUNRPC: Fix race corrupting rpc upcallTrond Myklebust2-7/+8
2010-09-12Fix null dereference in call_allocateJ. Bruce Fields1-4/+4
2010-09-12sch_atm: Fix potential NULL deref.David S. Miller1-4/+0
2010-09-09sctp: fix test for end of loopJoe Perches1-23/+23
2010-09-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller23-274/+919
2010-09-08udp: add rehash on connect()Eric Dumazet4-2/+64
2010-09-08net: blackhole route should always be recalculatedJianzhao Wang1-1/+6
2010-09-08ipv4: Suppress lockdep-RCU false positive in FIB trie (3)Jarek Poplawski1-2/+6
2010-09-08ipvs: fix active FTPJulian Anastasov3-12/+13
2010-09-08gro: Re-fix different skb headroomsJarek Poplawski1-1/+1
2010-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds14-37/+91
2010-09-07ipv4: Fix reverse path filtering with multipath routing.David S. Miller1-2/+13
2010-09-07UNIX: Do not loop forever at unix_autobind().Tetsuo Handa1-3/+12
2010-09-07irda: off by oneDan Carpenter1-1/+1
2010-09-07netfilter: discard overlapping IPv6 fragmentNicolas Dichtel1-65/+15
2010-09-07ipv6: discard overlapping fragmentNicolas Dichtel1-56/+15
2010-09-07net: fix tx queue selection for bridged devices implementing select_queueHelmut Schaa1-8/+8
2010-09-07skb: Add tracepoints to freeing skbKoki Sanagi3-0/+4
2010-09-07netdev: Add tracepoints to netdev layerKoki Sanagi2-0/+7
2010-09-02pkt_sched: Fix lockdep warning on est_tree_lock in gen_estimatorJarek Poplawski1-6/+6
2010-09-02ipvs: avoid oops for passive FTPJulian Anastasov1-1/+2
2010-09-01gro: fix different skb headroomsEric Dumazet1-2/+6
2010-09-01bridge: Clear INET control block of SKBs passed into ip_fragment().David S. Miller1-2/+4
2010-09-01ipv4: minor fix about RPF in help of KconfigNicolas Dichtel1-1/+1
2010-09-01xfrm_user: avoid a warning with some compilerNicolas Dichtel1-1/+1
2010-09-01net/sched/sch_hfsc.c: initialize parent's cl_cfmin properly in init_vf()Michal Soltys1-1/+1
2010-09-01net sched: fix kernel leak in act_policeJeff Mahoney1-12/+9
2010-09-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller4-9/+37
2010-08-31wireless: register wiphy rfkill w/o holding cfg80211_mutexJohn W. Linville1-9/+12
2010-08-31netlink: Make NETLINK_USERSOCK work again.David S. Miller1-0/+22
2010-08-30irda: Correctly clean up self->ias_obj on irda_bind() failure.David S. Miller1-2/+2
2010-08-30wireless extensions: fix kernel heap content leakJohannes Berg2-0/+19
2010-08-30mac80211: delete work timerJohannes Berg1-0/+6
2010-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-32/+21
2010-08-27net/ipv4: Eliminate kstrdup memory leakJulia Lawall1-2/+3
2010-08-26net/caif/cfrfml.c: use asm/unaligned.hJeff Mahoney1-1/+1
2010-08-26ax25: missplaced sock_put(sk)Bernard Pidoux F6BVP1-1/+1
2010-08-26l2tp: test for ethernet header in l2tp_eth_dev_recv()Eric Dumazet1-1/+1
2010-08-25tcp: select(writefds) don't hang up when a peer close connectionKOSAKI Motohiro1-1/+2
2010-08-25tcp: fix three tcp sysctls tuningEric Dumazet1-17/+7
2010-08-25tcp: Combat per-cpu skew in orphan tests.David S. Miller2-8/+5
2010-08-23bridge: netfilter: fix a memory leakChangli Gao1-1/+1
2010-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-33/+31
2010-08-23netfilter: fix CONFIG_COMPAT supportFlorian Westphal3-0/+9
2010-08-19net/netfilter: __rcu annotationsArnd Bergmann7-9/+9
2010-08-19irda: fix a race in irlan_eth_xmit()Eric Dumazet1-1/+3
2010-08-19vlan: Match underlying dev carrier on vlan addPhil Oester1-1/+2
2010-08-18rds: fix a leak of kernel memoryEric Dumazet1-1/+1
2010-08-18netlink: fix compat recvmsgJohannes Berg1-30/+16
2010-08-18Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds4-15/+46
2010-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds12-57/+59
2010-08-17net: Fix a memmove bug in dev_gro_receive()Jarek Poplawski1-1/+1
2010-08-17net sched: fix some kernel memory leaksEric Dumazet5-37/+43
2010-08-17netfilter: {ip,ip6,arp}_tables: avoid lockdep false positiveEric Dumazet3-0/+6
2010-08-17NFS: Fix the selection of security flavours in KconfigTrond Myklebust1-4/+5
2010-08-15Revert "netlink: netlink_recvmsg() fix"David S. Miller1-16/+6
2010-08-14ipv6: remove sysctl jiffies conversion on gc_elasticity and min_adv_mssMin Zhang1-2/+2
2010-08-14xfrm: Use GFP_ATOMIC in xfrm_compile_policyHerbert Xu1-1/+1
2010-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds10-34/+76
2010-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2-5/+92
2010-08-12Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds3-13/+24
2010-08-12Add a dummy printk function for the maintenance of unused printksDavid Howells1-11/+5
2010-08-11phylib: available for any speed ethernetRandy Dunlap1-1/+1
2010-08-11can: add limit for nframes and clean up signed/unsigned variablesOliver Hartkopp1-14/+27
2010-08-11DNS: If the DNS server returns an error, allow that to be cached [ver #2]Wang Lei2-5/+92
2010-08-11rpcrdma: Fix SQ size calculation when memreg is FRMRTom Tucker2-4/+18
2010-08-11xprtrdma: Do not truncate iova_start values in frmr registrations.Steve Wise1-1/+1
2010-08-11param: simple locking for sysfs-writable charp parametersRusty Russell1-0/+2
2010-08-11nfs: update for module_param_named API changeStephen Rothwell1-2/+7
2010-08-11param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell1-11/+15
2010-08-11pkt_sched: Check .walk and .leaf class handlersJarek Poplawski1-1/+1
2010-08-11pkt_sched: Fix sch_sfq vs tc_modify_qdisc oopsJarek Poplawski1-0/+6
2010-08-10caif: Bugfix - Increase default headroom size for control channel.Sjur Braendeland1-1/+1
2010-08-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-7/+12
2010-08-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...John W. Linville1-6/+5
2010-08-10SUNRPC: fix NFS client over TCP hangs due to packet loss (Bug 16494)Andy Chittenden1-6/+22
2010-08-10Bluetooth: Fix incorrect setting of remote_tx_win for L2CAP ERTMMat Martineau1-2/+0
2010-08-10Bluetooth: Fix endianness issue with L2CAP MPS configurationMat Martineau1-4/+5
2010-08-10net: Use NET_XMIT_SUCCESS where possible.Ben Greear4-6/+6
2010-08-10pkt_sched: Add some basic qdisc class ops verification. Was: [PATCH] sfq: add...Jarek Poplawski1-5/+17
2010-08-10pkt_sched: sch_sfq: Add dummy unbind_tcf and put handles. Was: [PATCH] sfq: a...Jarek Poplawski1-0/+6
2010-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds18-99/+150
2010-08-09cfg80211: fix locking in action frame TXJohannes Berg1-1/+7
2010-08-07pkt_sched: Fix sch_sfq vs tcf_bind_filter oopsJarek Poplawski1-0/+7
2010-08-07net: disable preemption before call smp_processor_id()Changli Gao1-0/+2
2010-08-07tcp: no md5sig option size check bugDmitry Popov1-1/+1
2010-08-07Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-2/+7
2010-08-07Merge branch 'nfs-for-2.6.36' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds9-235/+301
2010-08-06net: sunrpc: removed duplicated #includeAndrea Gelmini1-1/+0
2010-08-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller7-26/+29
2010-08-06[DNS RESOLVER] Minor typo correctionSteve French1-1/+1
2010-08-06DNS: Fixes for the DNS query moduleDavid Howells1-1/+1
2010-08-06cifs: Include linux/err.h for IS_ERR and PTR_ERRStephen Rothwell2-0/+2
2010-08-05net: Fix napi_gro_frags vs netpoll pathJarek Poplawski1-4/+1
2010-08-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...John W. Linville5-12/+27
2010-08-05DNS: Separate out CIFS DNS Resolver codeWang Lei7-0/+449
2010-08-04ppp: make channel_ops conststephen hemminger3-3/+6
2010-08-04RxRPC: Fix a potential deadlock between the call resend_timer and state_lockDavid Howells2-4/+5
2010-08-04sch_sfq: add sanity check for the packet lengthChangli Gao1-9/+20
2010-08-04cls_rsvp: add sanity check for the packet lengthChangli Gao1-2/+10
2010-08-04cls_flow: add sanity check for the packet lengthChangli Gao1-40/+56
2010-08-04act_nat: fix on the TX pathChangli Gao1-10/+13
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds5-5/+5
2010-08-04mac80211: Fix compilation warning when CONFIG_INET is not setJuuso Oikarinen1-0/+2
2010-08-04mac80211: fix scan locking wrt. hw scanJohannes Berg1-14/+0
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds301-5986/+9345
2010-08-04Bluetooth: Check result code of L2CAP information responseVille Tervo1-0/+9
2010-08-04Bluetooth: Don't send RFC for Basic Mode if only it is supportedGustavo F. Padovan1-3/+12
2010-08-04Merge branch 'master' into for-nextJiri Kosina37-123/+695