aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-10-30Anyka GPL kernel dumplinux-2.6.32.9-akAnyka17-99/+361
2010-02-23mac80211: Fix probe request filtering in IBSS modeBenoit Papillault1-1/+1
2010-02-23pktgen: Fix freezing problemRafael J. Wysocki1-0/+1
2010-02-23dst: call cond_resched() in dst_gc_task()Eric Dumazet1-0/+2
2010-02-23netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy8-47/+48
2010-02-23netfilter: xtables: compat out of scope fixAlexey Dobriyan3-6/+6
2010-02-23netfilter: nf_conntrack: restrict runtime expect hashsize modificationsAlexey Dobriyan1-1/+1
2010-02-23netfilter: nf_conntrack: per netns nf_conntrack_cachepEric Dumazet1-16/+23
2010-02-23netfilter: nf_conntrack: fix memory corruption with multiple namespacesPatrick McHardy1-12/+12
2010-02-09mac80211: fix NULL pointer dereference when ftrace is enabledZhu Yi1-1/+1
2010-02-09ax25: netrom: rose: Fix timer oopsesJarek Poplawski4-5/+25
2010-02-09af_packet: Don't use skb after dev_queue_xmit()Jarek Poplawski1-5/+14
2010-02-09net: restore ip source validationJamal Hadi Salim2-0/+3
2010-02-09tcp: update the netstamp_needed counter when cloning socketsOctavian Purdila1-0/+4
2010-01-28cfg80211: fix channel setting for wextAbhijeet Kolekar1-0/+1
2010-01-28mac80211: check that ieee80211_set_power_mgmt only handles STA interfaces.Benoit Papillault1-0/+3
2010-01-28netfilter: xtables: fix conntrack match v1 ipt-save outputFlorian Westphal1-44/+17
2010-01-18ipv6: skb_dst() can be NULL in ipv6_hop_jumbo().David S. Miller1-1/+6
2010-01-18mac80211: fix skb buffering issue (and fixes to that)Johannes Berg6-32/+126
2010-01-18mac80211: add missing sanity checks for action framesFelix Fietkau2-1/+7
2010-01-18cfg80211: fix syntax error on user regulatory hintsLuis R. Rodriguez1-1/+1
2010-01-18netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq()Patrick McHardy1-9/+9
2010-01-18netfilter: ebtables: enforce CAP_NET_ADMINFlorian Westphal1-0/+6
2010-01-18sunrpc: on successful gss error pipe write, don't return errorJeff Layton1-1/+16
2010-01-18SUNRPC: Fix the return value in gss_import_sec_context()Trond Myklebust1-1/+1
2010-01-18SUNRPC: Fix up an error return value in gss_import_sec_context_kerberos()Trond Myklebust1-1/+3
2010-01-18sunrpc: fix peername failed on closed listenerXiaotian Feng1-1/+2
2010-01-06netfilter: fix crashes in bridge netfilter caused by fragment jumpsPatrick McHardy2-4/+23
2010-01-06ipv6: reassembly: use seperate reassembly queues for conntrack and local deli...Patrick McHardy3-6/+19
2010-01-06mac80211: fix race with suspend and dynamic_ps_disable_workLuis R. Rodriguez1-0/+1
2010-01-06cfg80211: fix race between deauth and assoc responseJohannes Berg1-1/+12
2010-01-06mac80211: Fix IBSS mergeSujith1-0/+4
2010-01-06mac80211: fix WMM AP settings applicationJohannes Berg1-0/+8
2010-01-06mac80211: fix propagation of failed hardware reconfigurationsLuis R. Rodriguez1-0/+12
2009-12-18ipvs: zero usvc and udestSimon Horman1-0/+4
2009-12-18net: Fix userspace RTM_NEWLINK notifications.Eric W. Biederman2-3/+12
2009-12-18mac80211: Fix dynamic power save for scanning.Vivek Natarajan2-4/+17
2009-12-18ip_fragment: also adjust skb->truesize for packets not owned by a socketPatrick McHardy1-1/+1
2009-12-18wireless: correctly report signal value for IEEE80211_HW_SIGNAL_UNSPECJohn W. Linville1-1/+2
2009-12-18mac80211: fix scan abort sanity checksJohannes Berg1-4/+8
2009-12-18mac80211: Revert 'Use correct sign for mesh active path refresh'Javier Cardona2-3/+4
2009-12-18mac80211: Fixed bug in mesh portal pathsJavier Cardona1-1/+0
2009-12-18mac80211: Fix bug in computing crc over dynamic IEs in beaconVasanthakumar Thiagarajan1-1/+1
2009-12-18SUNRPC: IS_ERR/PTR_ERR confusionRoel Kluin1-1/+1
2009-11-30Merge branch 'security' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Linus Torvalds4-18/+13
2009-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds12-62/+56
2009-11-30mac80211: fix spurious delBA handlingJohannes Berg3-13/+12
2009-11-30mac80211: fix two remote exploitsJohannes Berg2-5/+1
2009-11-29ipv4: additional update of dev_net(dev) to struct *net in ip_fragment.c, NULL...David Ford1-1/+1
2009-11-29sctp: on T3_RTX retransmit all the in-flight chunksAndrei Pelinescu-Onciul3-14/+2
2009-11-24pktgen: Fix netdevice unregisterEric Dumazet1-5/+11
2009-11-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller4-20/+26
2009-11-23rfkill: fix miscdev opsJohannes Berg1-0/+1
2009-11-23pktgen: Fix device name comparesEric Dumazet1-8/+10
2009-11-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller1-1/+1
2009-11-23netfilter: xt_limit: fix invalid return code in limit_mt_check()Patrick McHardy1-1/+1
2009-11-19Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-10/+8
2009-11-19netfilter: nf_log: fix sleeping function called from invalid context in seq_s...Patrick McHardy1-13/+5
2009-11-19netfilter: xt_osf: fix xt_osf_remove_callback() return valuePatrick McHardy1-1/+1
2009-11-19mac80211: fix resumeJohannes Berg2-10/+17
2009-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds11-45/+75
2009-11-18mac80211: fix addba timer (again...)Johannes Berg1-10/+8
2009-11-17vlan: Fix register_vlan_dev() error pathEric Dumazet1-2/+5
2009-11-17gro: Fix illegal merging of trailer trashHerbert Xu1-1/+2
2009-11-16net: Fix the rollback test in dev_change_name()Eric Dumazet1-5/+6
2009-11-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2-4/+10
2009-11-16Bluetooth: Fix regression with L2CAP configuration in Basic ModeGustavo F. Padovan1-3/+8
2009-11-16Bluetooth: Select Basic Mode as default for SOCK_SEQPACKETGustavo F. Padovan1-1/+1
2009-11-16Bluetooth: Set general bonding security for ACL by defaultAndrei Emeltchenko1-0/+1
2009-11-13ipmr: missing dev_put() on error path in vif_add()Dan Carpenter1-1/+3
2009-11-13sctp: Set socket source address when additing first transportVlad Yasevich1-1/+2
2009-11-13sctp: Fix regression introduced by new sctp_connectx apiVlad Yasevich1-5/+13
2009-11-13sctp: Set source addresses on the association before adding transportsVlad Yasevich3-19/+22
2009-11-14SUNRPC: Address buffer overrun in rpc_uaddr2sockaddr()Chuck Lever1-10/+8
2009-11-13tcp: provide more information on the tcp receive_queue bugsIlpo Järvinen1-7/+12
2009-11-13netfilter: nf_log: fix sleeping function called from invalid context in seq_s...Wu Fengguang1-13/+5
2009-11-13netfilter: xt_osf: fix xt_osf_remove_callback() return valueRoel Kluin1-1/+1
2009-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds10-92/+107
2009-11-08can: should not use __dev_get_by_index() without locksEric Dumazet1-7/+12
2009-11-06ipip: Fix handling of DF packets when pmtudisc is OFFHerbert Xu1-15/+17
2009-11-06netfilter: xt_connlimit: fix regression caused by zero family valueJan Engelhardt1-6/+4
2009-11-06decnet: netdevice refcount leakEric Dumazet1-4/+3
2009-11-06netfilter: nf_nat: fix NAT issue in 2.6.30.4+Jozsef Kadlecsik4-49/+60
2009-11-05rose: device refcount leakEric Dumazet1-10/+6
2009-11-05bridge: prevent bridging wrong deviceStephen Hemminger1-1/+5
2009-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds12-44/+65
2009-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller5-15/+25
2009-11-02mac80211: check interface is down before type changeJohannes Berg1-3/+3
2009-11-02cfg80211: fix NULL ptr derefJohannes Berg1-2/+5
2009-11-029p: fix readdir corner casesEric Van Hensbergen1-3/+2
2009-10-30mac80211: fix reason code output endiannessJohannes Berg1-1/+1
2009-10-30mac80211: fix addba timerJohannes Berg1-7/+12
2009-10-30mac80211: fix BSS leakJohannes Berg1-2/+4
2009-10-30gre: Fix dev_addr clobbering for gretapHerbert Xu1-12/+16
2009-10-30net: fix sk_forward_alloc corruptionEric Dumazet4-12/+16
2009-10-29net: Fix RPF to work with policy routingjamal2-5/+8
2009-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds11-29/+65
2009-10-29net: Fix 'Re: PACKET_TX_RING: packet size is too long'Gabor Gombas1-4/+1
2009-10-29AF_RAW: Augment raw_send_hdrinc to expand skb to fit iphdr->ihl (v2)Neil Horman1-7/+17
2009-10-27mac80211: fix for incorrect sequence number on hostapd injected framesBjörn Smedman1-1/+1
2009-10-27mac80211: trivial: fix spelling in mesh_hwmpAndrey Yurovsky1-1/+1
2009-10-27cfg80211: sme: deauthenticate on assoc failureJohannes Berg3-2/+29
2009-10-27mac80211: keep auth state when assoc failsJohannes Berg1-2/+1
2009-10-27mac80211: fix ibss joiningReinette Chatre1-4/+2
2009-10-24pktgen: Dont leak kernel memoryEric Dumazet1-5/+10
2009-10-22net: use WARN() for the WARN_ON in commit b6b39e8f3fbbbArjan van de Ven1-3/+3
2009-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-1/+0
2009-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds8-29/+97
2009-10-22virtio: let header files include virtio_ids.hChristian Borntraeger1-1/+0
2009-10-20tcp: Try to catch MSG_PEEK bugHerbert Xu1-1/+3
2009-10-19net: Fix IP_MULTICAST_IFEric Dumazet2-5/+8
2009-10-19bluetooth: static lock key fixDave Young1-3/+6
2009-10-19bluetooth: scheduling while atomic bug fixDave Young1-2/+2
2009-10-19tcp: fix TCP_DEFER_ACCEPT retrans calculationJulian Anastasov1-12/+43
2009-10-19tcp: reduce SYN-ACK retrans for TCP_DEFER_ACCEPTJulian Anastasov1-3/+31
2009-10-19tcp: accept socket after TCP_DEFER_ACCEPT periodJulian Anastasov1-2/+2
2009-10-19Revert "tcp: fix tcp_defer_accept to consider the timeout"David S. Miller1-1/+0
2009-10-18AF_UNIX: Fix deadlock on connecting to shutdown socketTomoki Sekiyama1-0/+2
2009-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds10-40/+66
2009-10-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-2/+4
2009-10-13udp: Fix udp_poll() and ioctl()Eric Dumazet1-30/+43
2009-10-13tcp: fix tcp_defer_accept to consider the timeoutWilly Tarreau1-0/+1
2009-10-12mac80211: document ieee80211_rx() context requirementJohannes Berg1-0/+2
2009-10-12mac80211: fix ibss raceJohannes Berg1-1/+1
2009-10-12mac80211: fix logic error ibss merge bssid checkFelix Fietkau1-1/+1
2009-10-11pkt_sched: pedit use proper structjamal1-1/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan9-0/+9
2009-10-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller5-6/+16
2009-10-08cfg80211: fix netns error unwinding bugJohannes Berg1-1/+2
2009-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-10/+14
2009-10-08netlink: fix typo in initializationJiri Pirko1-1/+1
2009-10-07mac80211: use kfree_skb() to free struct sk_buff pointersRoel Kluin1-2/+2
2009-10-07mac80211: fix vlan and optimise RXJohannes Berg3-3/+12
2009-10-07ipv4: arp_notify address list bugStephen Hemminger1-6/+10
2009-10-05wext: let get_wireless_stats() sleepJohannes Berg1-2/+2
2009-10-04pktgen: restore nanosec delaysEric Dumazet1-1/+1
2009-10-04pktgen: Fix multiqueue handlingEric Dumazet1-1/+1
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan1-0/+1
2009-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-10/+19
2009-10-02net: splice() from tcp to pipe should take into account O_NONBLOCKEric Dumazet1-1/+1
2009-10-01net: Use sk_mark for routing lookup in more placesAtis Elsts3-0/+3
2009-10-01IPv4 TCP fails to send window scale option when window scale is zeroOri Finkelman1-5/+6
2009-10-01net/ipv4/tcp.c: fix min() type mismatch warningAndrew Morton1-1/+1
2009-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-1/+4
2009-10-01pktgen: Fix delay handlingEric Dumazet1-2/+4
2009-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds48-119/+127
2009-09-30ax25: Fix possible oops in ax25_make_newJarek Poplawski1-1/+1
2009-09-30net: restore tx timestamping for accelerated vlansEric Dumazet1-3/+3
2009-09-30Phonet: fix mutex imbalanceRémi Denis-Courmont1-1/+0
2009-09-30sit: fix off-by-one in ipip6_tunnel_get_prlSascha Hlusiak1-1/+1
2009-09-30net: Fix sock_wfree() raceEric Dumazet1-7/+12
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller45-106/+110
2009-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds13-106/+52
2009-09-29mac80211: Fix [re]association power saving issue on AP sideIgor Perminov1-1/+4
2009-09-28Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller5-28/+26
2009-09-28wext: add back wireless/ dir in sysfs for cfg80211 interfacesJohannes Berg2-8/+6
2009-09-28wext: Add bound checks for copy_from_userArjan van de Ven1-3/+6
2009-09-28mac80211: improve/fix mlme messagesJohannes Berg1-9/+9
2009-09-28cfg80211: always get BSSJohannes Berg1-3/+2
2009-09-28cfg80211: don't set privacy w/o keyJohannes Berg1-1/+2
2009-09-28cfg80211: wext: don't display BSSID unless associatedJohannes Berg1-4/+1
2009-09-28net: Add explicit bound checks in net/socket.cArjan van de Ven1-1/+6
2009-09-28bridge: Fix double-free in br_add_if.Jeff Hansen1-0/+1
2009-09-28ax25: Add missing dev_put in ax25_setsockoptRalf Baechle1-9/+10
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-26Revert "sit: stateless autoconf for isatap"Sascha Hlusiak2-59/+0
2009-09-26net: fix double skb free in dcbnlJohn Fastabend1-8/+7
2009-09-26net: fix nlmsg len size for skb when error bit is set.John Fastabend1-1/+1
2009-09-26net: fix vlan_get_size to include vlan_flags sizeJohn Fastabend1-0/+1
2009-09-25ax25: Fix ax25_cb refcounting in ax25_ctl_ioctlJarek Poplawski1-10/+17
2009-09-24genetlink: fix netns vs. netlink table locking (2)Johannes Berg2-9/+14
2009-09-24tunnel: eliminate recursion fieldEric Dumazet4-35/+1
2009-09-24net: fix htmldocs sunrpc, clnt.cJaswinder Singh Rajput1-2/+3
2009-09-24Phonet: error on broadcast sending (unimplemented)Rémi Denis-Courmont1-0/+6
2009-09-24Phonet: fix race for port number in concurrent bind()Rémi Denis-Courmont1-8/+8
2009-09-24pktgen: better scheduler friendlinessStephen Hemminger1-79/+72
2009-09-24pktgen: T_TERMINATE flag is unusedStephen Hemminger1-5/+4
2009-09-24ipv4: check optlen for IP_MULTICAST_IF optionShan Wei1-0/+3
2009-09-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller53-282/+703
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan15-50/+46
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-09-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-3/+3
2009-09-23sunrpc/rpc_pipe: fix kernel-doc notationRandy Dunlap1-1/+2
2009-09-23NFS/RPC: fix problems with reestablish_timeout and related code.Neil Brown1-0/+9
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-3/+2
2009-09-23cfg80211: don't overwrite privacy settingJohannes Berg1-1/+1
2009-09-23mac80211: fix DTIM settingJohannes Berg1-2/+2
2009-09-23cfg80211: fix SME connectJohannes Berg1-8/+13
2009-09-23rc80211_minstrel: fix contention window calculationPavel Roskin1-1/+1
2009-09-23cfg80211: minimal error handling for wext-compat freq scanningHolger Schurig1-0/+5
2009-09-23cfg80211: use cfg80211_wext_freq() for freq conversionHolger Schurig1-1/+1
2009-09-23seq_file: constify seq_operationsJames Morris1-1/+1
2009-09-23Move magic numbers into magic.hNick Black1-2/+1
2009-09-23virtio: add virtio IDs fileFernando Luis Vazquez Cao1-0/+1
2009-09-23virtio: get rid of redundant VIRTIO_ID_9P definitionFernando Luis Vazquez Cao1-2/+0
2009-09-23virtio: make add_buf return capacity remainingRusty Russell1-1/+1
2009-09-22ax25: Fix SIOCAX25GETINFO ioctlEric Dumazet1-2/+2
2009-09-22Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linuxLinus Torvalds13-180/+603
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-3/+3
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-7/+0