aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds10-13/+22
2010-06-25ipv6: fix NULL reference in proxy neighbor discoverystephen hemminger1-1/+1
2010-06-24Bluetooth: Bring back var 'i' incrementGustavo F. Padovan1-0/+2
2010-06-24xfrm: check bundle policy existance before dereferencing itTimo Teräs1-1/+2
2010-06-22SUNRPC: Fix a re-entrancy bug in xs_tcp_read_calldir()Trond Myklebust1-16/+22
2010-06-21udp: Fix bogus UFO packet generationHerbert Xu1-3/+6
2010-06-17bridge: fdb cleanup runs too oftenstephen hemminger1-4/+2
2010-06-16Clear IFF_XMIT_DST_RELEASE for teql interfacesTom Hughes1-0/+1
2010-06-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-1/+1
2010-06-16mac80211: fix warn, enum may be used uninitializedChristoph Fritz1-1/+1
2010-06-15bridge: Fix OOM crash in deliver_cloneHerbert Xu1-2/+2
2010-06-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller1-0/+4
2010-06-13net: rxhash already set in __copy_skb_headerEric Dumazet1-1/+0
2010-06-13net: fix deliver_no_wcard regression on loopback deviceJohn Fastabend1-0/+1
2010-06-10pktgen: Fix accuracy of inter-packet delay.Daniel Turull1-1/+1
2010-06-10pkt_sched: gen_estimator: add a new lockEric Dumazet1-3/+12
2010-06-10net: deliver skbs on inactive slaves to exact matchesJohn Fastabend2-5/+16
2010-06-09ipv6: fix ICMP6_MIB_OUTERRORSEric Dumazet1-2/+2
2010-06-09Merge branch 'num_rx_queues' of git://kernel.ubuntu.com/rtg/net-2.6David S. Miller1-5/+3
2010-06-09caif: fix a couple range checksDan Carpenter2-2/+2
2010-06-09net: Print num_rx_queues imbalance warning only when there are allocated queuesTim Gardner1-5/+3
2010-06-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller3-10/+87
2010-06-09ipvs: Add missing locking during connection table hashing and unhashingSven Wegener1-0/+4
2010-06-08mac80211: fix deauth before assocJohannes Berg1-2/+38
2010-06-07mac80211: fix function pointer checkHolger Schurig1-1/+1
2010-06-07ipmr: dont corrupt listsEric Dumazet2-2/+6
2010-06-06ip6mr: fix a typo in ip6mr_for_each_table()Eric Dumazet1-1/+1
2010-06-05ipv6: avoid high order allocationsEric Dumazet1-1/+4
2010-06-04tcp: use correct net ns in cookie_v4_check()Eric Dumazet1-1/+1
2010-06-04rps: tcp: fix rps_sock_flow_table table updatesEric Dumazet1-3/+4
2010-06-04syncookies: remove Kconfig text line about disabled-by-defaultFlorian Westphal1-5/+5
2010-06-04net: check for refcount if pop a stacked dst_entrySteffen Klassert1-2/+2
2010-06-04mac80211: process station blockack action frames from workJohannes Berg2-7/+48
2010-06-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-4/+15
2010-06-03act_pedit: access skb->data safelyChangli Gao1-10/+14
2010-06-02cls_u32: use skb_header_pointer() to dereference data safelyChangli Gao1-13/+36
2010-06-02TCP: tcp_hybla: Fix integer overflow in slow start incrementDaniele Lacamera1-2/+2
2010-06-02act_nat: fix the wrong checksum when addr isn't in old_addr/maskChangli Gao1-0/+4
2010-06-02net: fix conflict between null_or_orig and null_or_bondJohn Fastabend1-4/+4
2010-06-02net: init_vlan should not copy slave or master flagsJohn Fastabend1-1/+2
2010-06-02xfrm: force a dst reference in __xfrm_route_forward()Eric Dumazet1-0/+1
2010-06-01mac80211: fix dialog token allocatorJohannes Berg1-2/+4
2010-06-01mac80211: fix blockack-req processingJohannes Berg1-2/+11
2010-05-31net/ipv4/tcp_input.c: fix compilation breakage when FASTRETRANS_DEBUG > 1Joe Perches1-2/+2
2010-05-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller3-16/+5
2010-05-31net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet3-10/+32
2010-05-31netfilter: xtables: stackptr should be percpuEric Dumazet3-12/+5
2010-05-31netfilter: don't xt_jumpstack_alloc twice in xt_register_tableXiaotian Feng1-4/+0
2010-05-31Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller19-105/+232
2010-05-29net: fix sk_forward_alloc corruptionsEric Dumazet3-2/+10
2010-05-29Phonet: listening socket lock protects the connected socket listRémi Denis-Courmont1-3/+3
2010-05-29caif: unlock on error path in cfserl_receive()Dan Carpenter1-2/+4
2010-05-29net/rds: Add missing mutex_unlockJulia Lawall2-0/+2
2010-05-29skb: make skb_recycle_check() return a bool valueChangli Gao1-6/+6
2010-05-28IPv6: fix Mobile IPv6 regressionBrian Haley1-1/+1
2010-05-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-1/+1
2010-05-28mac80211: make a function staticJohannes Berg1-1/+1
2010-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds11-27/+70
2010-05-28netlink: bug fix: wrong size was calculated for vfinfo list blobScott Feldman1-5/+6
2010-05-28netlink: bug fix: don't overrun skbs on vf_port dumpScott Feldman1-6/+9
2010-05-28xt_tee: use skb_dst_drop()Eric Dumazet1-2/+2
2010-05-28ipv6: Add GSO support on forwarding pathHerbert Xu1-1/+1
2010-05-28net: fix __neigh_event_send()Eric Dumazet1-0/+1
2010-05-27Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+6
2010-05-27Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-11/+18
2010-05-27iucv: convert cpu notifier to return encapsulate errno valueAkinobu Mita1-4/+5
2010-05-27net: fix lock_sock_bh/unlock_sock_bhEric Dumazet4-10/+48
2010-05-26net/iucv: Add missing spin_unlockJulia Lawall1-1/+1
2010-05-26sunrpc: fix leak on error on socket xprt setupJ. Bruce Fields1-11/+18
2010-05-26ipmr: off by one in __ipmr_fill_mroute()Dan Carpenter2-2/+2
2010-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds23-199/+222
2010-05-25Phonet: fix potential use-after-free in pep_sock_close()Rémi Denis-Courmont1-0/+2
2010-05-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller5-7/+8
2010-05-25sunrpc: use formatting of module name in SUNRPCAlex Riesen1-4/+1
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan5-8/+8
2010-05-24net/dccp: expansion of error code sizeYoichi Yuasa1-3/+3
2010-05-24wireless: fix sta_info.h kernel-doc warningsRandy Dunlap1-1/+1
2010-05-24Revert "ath9k: Group Key fix for VAPs"John W. Linville1-1/+0
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2-6/+25
2010-05-24Revert "ath9k: Group Key fix for VAPs"Linus Torvalds1-1/+0
2010-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2-3/+73
2010-05-24tun: Update classid on packet injectionHerbert Xu1-0/+1
2010-05-24cls_cgroup: Store classid in struct sockHerbert Xu3-16/+61
2010-05-23caif: Bugfix - use MSG_TRUNC in receiveSjur Braendeland1-29/+18
2010-05-23caif: Bugfix - missing spin_unlockSjur Braendeland2-6/+7
2010-05-23caif: Bugfix - Poll can't return POLLHUP while connecting.Sjur Braendeland1-15/+6
2010-05-23caif: Bugfix - handle mem-allocation failuresSjur Braendeland3-9/+25
2010-05-23caif: Bugfix - use standard Linux listsSjur Braendeland1-66/+26
2010-05-23caif: Bugfix - wait_ev*_timeout returns long.Sjur Braendeland1-7/+6
2010-05-23net-2.6 : V2 - fix dev_get_valid_nameDaniel Lezcano1-8/+12
2010-05-23rtnetlink: Fix error handling in do_setlink()David Howells1-1/+3
2010-05-23net-caif: drop redundant Kconfig entriesMike Frysinger1-4/+1
2010-05-23net_sched: Fix qdisc_notify()Eric Dumazet1-7/+7
2010-05-23ieee802154: Fix possible NULL pointer dereference in wpan_phy_allocDenis Kirjanov1-1/+6
2010-05-22sunrpc: Pushdown the bkl from sunrpc cache ioctlFrederic Weisbecker1-3/+10
2010-05-22sunrpc: Pushdown the bkl from ioctlFrederic Weisbecker1-3/+15
2010-05-21Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds1-3/+3
2010-05-219p: add 9P2000.L rename operationSripathi Kodi1-0/+28
2010-05-219p: add 9P2000.L statfs operationSripathi Kodi1-0/+39
2010-05-219p: VFS switches for 9p2000.L: protocol and client changesSripathi Kodi2-3/+6
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe504-8614/+27406
2010-05-21pipe: add support for shrinking and growing pipesJens Axboe1-17/+21
2010-05-21cfg80211: add missing bracesJohannes Berg1-2/+4
2010-05-21cfg80211: fix crash in cfg80211_set_freq()Felix Fietkau1-1/+1
2010-05-21cfg80211: Fix signal_type comparisonSujith1-2/+2
2010-05-21net: Expose all network devices in a namespaces in sysfsEric W. Biederman3-39/+6
2010-05-21netlink: Implment netlink_broadcast_filteredEric W. Biederman1-2/+19
2010-05-21net/sysfs: Fix the bitrot in network device kobject namespace supportEric W. Biederman2-13/+3
2010-05-21netns: Teach network device kobjects which namespace they are in.Eric W. Biederman2-0/+55
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-1/+1
2010-05-21Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt12-80/+215
2010-05-21net: fix problem in dequeuing from input_pkt_queueTom Herbert1-13/+15
2010-05-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2-8/+14
2010-05-20gro: Fix bogus gso_size on the first fraglist entryHerbert Xu1-0/+1
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds479-8140/+24624
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-1/+1
2010-05-20netfilter: nf_conntrack: fix a race in __nf_conntrack_confirm against nf_ct_g...Joerg Marx1-0/+10
2010-05-19Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-35/+34
2010-05-19Merge branch 'nfs-for-2.6.35' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds20-322/+2408
2010-05-19Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds1-4/+11
2010-05-19trans_virtio: use virtqueue_xxx wrappersMichael S. Tsirkin1-3/+3
2010-05-18ipv6: Never schedule DAD timer on dead addressHerbert Xu1-2/+8
2010-05-18ipv6: Use POSTDAD stateHerbert Xu1-5/+24
2010-05-18ipv6: Use state_lock to protect ifa stateHerbert Xu1-4/+23
2010-05-18ipv6: Replace inet6_ifaddr->dead with stateHerbert Xu1-7/+9
2010-05-18bridge: fix build for CONFIG_SYSFS disabledRandy Dunlap1-1/+1
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches48-131/+0
2010-05-17net sched: cleanup and rate limit warningstephen hemminger1-3/+6
2010-05-17pfkey: add severity to printkstephen hemminger1-5/+5
2010-05-17xfrm: add severity to printkstephen hemminger1-5/+7
2010-05-17net sched: printk message severitystephen hemminger8-28/+33
2010-05-17net/caif: Use kzallocJulia Lawall2-4/+2
2010-05-17sctp: fix append error cause to ERROR chunk correctlyWei Yongjun1-2/+2
2010-05-17net: Add netlink support for virtual port management (was iovnl)Scott Feldman1-1/+168
2010-05-17net: Introduce skb_tunnel_rx() helperEric Dumazet6-34/+14
2010-05-17tcp: tcp_synack_options() fix Eric Dumazet1-5/+4
2010-05-17ipv6: fix the bug of address checkStephen Hemminger1-7/+8
2010-05-18Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt2-6/+58
2010-05-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller6-8/+147
2010-05-17net_sched: sch_hfsc: fix classification loopsPatrick McHardy1-1/+5
2010-05-17tbf: stop wanton destruction of children (v2)stephen hemminger1-1/+5
2010-05-17net: Remove unnecessary semicolons after switch statementsJoe Perches7-11/+12
2010-05-17X25: Remove bkl in sockoptsandrew hendry1-4/+0
2010-05-17X25: Move accept approve flag to bitfieldandrew hendry1-6/+6
2010-05-17X25: Move interrupt flag to bitfieldandrew hendry3-3/+5
2010-05-17X25: Move qbit flag to bitfieldandrew hendry1-7/+10
2010-05-17net: No dst refcounting in ip_queue_xmit()Eric Dumazet1-2/+7
2010-05-17net: Use ip_route_input_noref() in input pathEric Dumazet3-5/+5
2010-05-17net: implements ip_route_input_noref()Eric Dumazet1-5/+10
2010-05-17net: add a noref bit on skb dstEric Dumazet9-13/+27
2010-05-17rps: avoid one atomic in enqueue_to_backlogEric Dumazet1-2/+4
2010-05-17ipv6 addrlabel: permit deletion of labels assigned to removed devFlorian Westphal1-4/+4
2010-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-8/+147
2010-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+25
2010-05-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-59/+138
2010-05-17sunrpc: Include missing smp_lock.hFrederic Weisbecker1-0/+1
2010-05-17procfs: Push down the bkl from ioctlFrederic Weisbecker1-4/+10
2010-05-16rtnetlink: make SR-IOV VF interface symmetricChris Wright1-49/+110
2010-05-16sctp: delete active ICMP proto unreachable timer when free transportWei Yongjun1-0/+4
2010-05-16net: congestion notifications are not dropped packetsEric Dumazet1-2/+2
2010-05-16net: Introduce sk_route_nocapsEric Dumazet4-6/+7
2010-05-16tcp: fix MD5 (RFC2385) supportEric Dumazet1-10/+24
2010-05-15net: Consistent skb timestampingEric Dumazet2-19/+38
2010-05-15xfrm: fix policy unreferencing on larval dropTimo Teras1-1/+1
2010-05-15net: adjust handle_macvlan to pass port struct to hookJiri Pirko1-3/+7
2010-05-15net: reserve ports for applications using fixed port numbersAmerigo Wang6-2/+36
2010-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/inaky/...David S. Miller1-1/+1
2010-05-15bridge: update sysfs link names if port device names have changedSimon Arlott4-6/+41
2010-05-15bridge: change console message interfacestephen hemminger10-62/+62
2010-05-15bridge: netpoll cleanupstephen hemminger3-28/+39
2010-05-14netfilter: xt_TEE depends on NF_CONNTRACKRandy Dunlap1-0/+1
2010-05-14netfilter: nf_ct_sip: handle non-linear skbsPatrick McHardy1-8/+4
2010-05-14SUNRPC: Don't spam gssd with upcall requests when the kerberos key expiredTrond Myklebust1-12/+53
2010-05-14SUNRPC: Remove the 'tk_magic' debugging fieldTrond Myklebust1-11/+0
2010-05-14SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqstTrond Myklebust4-7/+7
2010-05-14SUNRPC: Ensure rpcauth_prune_expired() respects the nr_to_scan parameterTrond Myklebust1-3/+2
2010-05-14SUNRPC: Ensure memory shrinker doesn't waste time in rpcauth_prune_expired()Trond Myklebust1-5/+7
2010-05-14SUNRPC: Dont run rpcauth_cache_shrinker() when gfp_mask is GFP_NOFSTrond Myklebust1-0/+2
2010-05-14NFS: Don't use GFP_KERNEL in rpcsec_gss downcallsTrond Myklebust6-27/+32
2010-05-14SUNRPC: Fix xs_setup_bc_tcp()Trond Myklebust1-3/+0
2010-05-14SUNRPC: Replace jiffies-based metrics with ktime-based metricsChuck Lever3-22/+15
2010-05-14SUNRPC: RPC metrics and RTT estimator should use same RTT valueChuck Lever2-10/+4
2010-05-14SUNRPC: Fail over more quickly on connect errorsTrond Myklebust3-19/+1
2010-05-14SUNRPC: Move the test for XPRT_CONNECTING into xprt_connect()Trond Myklebust3-30/+19
2010-05-14SUNRPC: Cleanup - make rpc_new_task() call rpc_release_calldata on failureTrond Myklebust2-18/+14
2010-05-14SUNRPC: Clean up xprt_release()Trond Myklebust1-16/+16
2010-05-14gss_krb5: Advertise rc4-hmac enctype support in the rpcsec_gss/krb5 upcallTrond Myklebust1-1/+1
2010-05-14gss_krb5: Add support for rc4-hmac encryptionKevin Coffman6-13/+483
2010-05-14gss_krb5: Use confounder length in wrap codeKevin Coffman3-8/+14
2010-05-14gssd_krb5: More arcfour-hmac supportKevin Coffman4-9/+11
2010-05-14gss_krb5: Save the raw session key in the contextKevin Coffman1-14/+13
2010-05-14gssd_krb5: arcfour-hmac supportKevin Coffman4-14/+30
2010-05-14gss_krb5: Advertise AES enctype support in the rpcsec_gss/krb5 upcallTrond Myklebust1-1/+1
2010-05-14gss_krb5: add remaining pieces to enable AES encryption supportKevin Coffman4-12/+358
2010-05-14gss_krb5: add support for new token formats in rfc4121Kevin Coffman4-0/+378
2010-05-14xdr: Add an export for the helper function write_bytes_to_xdr_buf()Kevin Coffman1-0/+1
2010-05-14gss_krb5: Advertise triple-des enctype support in the rpcsec_gss/krb5 upcallTrond Myklebust1-1/+1
2010-05-14gss_krb5: add support for triple-des encryptionKevin Coffman6-0/+83
2010-05-14gss_krb5: Add upcall info indicating supported kerberos enctypesTrond Myklebust2-1/+8