aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-10-06bridge: leave carrier on for empty bridgestephen hemminger1-3/+0
2011-10-05netfilter: Use proper rwlock init functionThomas Gleixner1-1/+1
2011-10-04tcp: properly update lost_cnt_hint during shiftingYan, Zheng1-3/+1
2011-10-04tcp: properly handle md5sig_pool referencesYan, Zheng2-7/+12
2011-10-04Merge git://github.com/davem330/netLinus Torvalds4-34/+40
2011-10-03make PACKET_STATISTICS getsockopt report consistently between ring and non-ringWillem de Bruijn1-1/+4
2011-09-29Merge branch 'for-linus' of git://github.com/NewDreamNetwork/ceph-clientLinus Torvalds4-42/+48
2011-09-29can bcm: fix incomplete tx_setup fixOliver Hartkopp1-27/+21
2011-09-29RDSRDMA: Fix cleanup of rds_iw_mr_poolJonathan Lallinger1-4/+9
2011-09-29ipv6: nullify ipv6_ac_list and ipv6_fl_list when creating new socketYan, Zheng1-0/+3
2011-09-29can bcm: fix tx_setup off-by-one errorsOliver Hartkopp1-6/+7
2011-09-28libceph: fix pg_temp mapping updateSage Weil1-26/+24
2011-09-28libceph: fix pg_temp mapping calculationSage Weil1-13/+21
2011-09-27Merge branch 'for-davem' of git://git.infradead.org/users/linville/wirelessDavid S. Miller1-1/+4
2011-09-27Merge branch 'master' of git://git.infradead.org/users/linville/wireless into...John W. Linville1-1/+4
2011-09-27ipv6-multicast: Fix memory leak in IPv6 multicast.Ben Greear1-1/+3
2011-09-27ipv6: check return value for dst_allocMadalin Bucur1-1/+3
2011-09-27net: check return value for dst_allocMadalin Bucur1-4/+6
2011-09-27ipv6-multicast: Fix memory leak in input path.Ben Greear1-1/+3
2011-09-27Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-5/+5
2011-09-22batman-adv: do_bcast has to be true for broadcast packets onlyAntonio Quartulli1-5/+5
2011-09-21cfg80211: Fix validation of AKM suitesJouni Malinen1-1/+4
2011-09-21xfrm: Perform a replay check after return from async codepathsSteffen Klassert1-0/+5
2011-09-21fib:fix BUG_ON in fib_nl_newrule when add new fib ruleGao feng1-2/+2
2011-09-20ipv6: fix a possible double freeRoy Li1-2/+2
2011-09-20Merge branch 'master' of ssh://infradead/~/public_git/wireless into for-davemJohn W. Linville3-9/+11
2011-09-19Merge branch 'for-3.1' of git://github.com/padovan/bluetooth-nextJohn W. Linville1-9/+8
2011-09-18tcp: fix validation of D-SACKZheng Yan1-1/+1
2011-09-18Merge git://github.com/davem330/netLinus Torvalds30-142/+187
2011-09-17ipv6: don't use inetpeer to store metrics for routes.Yan, Zheng1-11/+22
2011-09-16IRDA: Fix global type conflicts in net/irda/irsysctl.c v2Andi Kleen2-6/+6
2011-09-16net: Handle different key sizes between address families in flow cachedpward1-14/+17
2011-09-16ipv4: Fix fib_info->fib_metrics leakYan, Zheng1-1/+9
2011-09-16caif: fix a potential NULL dereferenceEric Dumazet1-1/+5
2011-09-16sctp: deal with multiple COOKIE_ECHO chunksMax Matveev2-0/+11
2011-09-16wireless: Fix rate mask for scan requestRajkumar Manoharan1-0/+2
2011-09-16wireless: Reset beacon_found while updating regulatoryRajkumar Manoharan1-0/+1
2011-09-16libceph: fix linger request requeuingSage Weil1-3/+1
2011-09-16libceph: fix parse options memory leakNoah Watkins1-0/+1
2011-09-16libceph: initialize ack_stamp to avoid unnecessary connection resetJim Schutt1-0/+1
2011-09-16Merge branch 'master' of ../netdev/David S. Miller13-37/+39
2011-09-15Merge branch 'master' of git://git.infradead.org/users/linville/wireless into...John W. Linville1-1/+1
2011-09-15net: don't clear IFF_XMIT_DST_RELEASE in ether_setupnhorman1-1/+1
2011-09-15net: copy userspace buffers on device forwardingMichael S. Tsirkin2-5/+25
2011-09-15net: Make flow cache namespace-awaredpward1-1/+4
2011-09-15net/can/af_can.c: Change del_timer to del_timer_syncrajan.aggarwal85@gmail.com1-1/+1
2011-09-15tcp: Change possible SYN flooding messagesEric Dumazet3-49/+33
2011-09-15pkt_sched: cls_rsvp.h was outdatedIgor Maravić1-14/+13
2011-09-15Bluetooth: Fix timeout on scanning for the second timeOliver Neukum1-9/+8
2011-09-13mac80211: fix missing sta_lock in __sta_info_destroyJohannes Berg1-1/+1
2011-09-09Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds2-16/+46
2011-09-06net/9p: Fix kernel crash with msize 512KAneesh Kumar K.V1-5/+12
2011-08-31libceph: fix leak of osd structs during shutdownSage Weil1-5/+17
2011-08-30net: ipv4: relax AF_INET check in bind()Eric Dumazet1-1/+6
2011-08-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller7-25/+21
2011-08-30net: relax PKTINFO non local ipv6 udp xmit checkMaciej Żenczykowski5-11/+12
2011-08-30netfilter: nf_ct_tcp: wrong multiplication of TCPOLEN_TSTAMP_ALIGNED in tcp_s...Jozsef Kadlecsik1-1/+1
2011-08-30netfilter: nf_ct_tcp: fix incorrect handling of invalid TCP optionJozsef Kadlecsik1-2/+2
2011-08-30netfilter: nf_ct_pptp: fix DNATed PPTP connection address translationSanket Shah1-0/+1
2011-08-30netfilter: nf_queue: reject NF_STOLEN verdicts from userspaceFlorian Westphal3-16/+10
2011-08-26netpoll: fix incorrect access to skb data in __netpoll_rxEric Dumazet1-1/+3
2011-08-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville16-89/+106
2011-08-24sendmmsg/sendmsg: fix unsafe user pointer accessMathieu Desnoyers1-4/+6
2011-08-24arp: fix rcu lockdep splat in arp_process()Eric Dumazet1-2/+6
2011-08-24bridge: fix a possible use after freeEric Dumazet1-4/+4
2011-08-24bridge: Pseudo-header required for the checksum of ICMPv6Yan, Zheng1-3/+10
2011-08-24mcast: Fix source address selection for multicast listener reportYan, Zheng2-2/+2
2011-08-22bridge: fix a possible net_device leakEric Dumazet1-1/+5
2011-08-22mac80211: fix suspend/resume races with unregister hwStanislaw Gruszka3-3/+12
2011-08-20atm: br2684: Fix oops due to skb->dev being NULLDaniel Schwierzeck1-3/+4
2011-08-19ipv6: Fix ipv6_getsockopt for IPV6_2292PKTOPTIONSDaniel Baluta1-4/+5
2011-08-18vlan: reset headers on accel emulation pathJiri Pirko1-0/+2
2011-08-17net_sched: fix port mirror/redirect stats reportingJamal Hadi Salim1-2/+1
2011-08-16sit tunnels: propagate IPv6 transport class to IPv4 Type of ServiceLionel Elie Mamane1-0/+3
2011-08-11Bluetooth: cmtp: Fix session cleanup on failed conn addPeter Hurley1-5/+6
2011-08-11Bluetooth: hidp: Don't release device ref if never heldPeter Hurley1-1/+0
2011-08-11Bluetooth: hidp: Only free input device if failed registerPeter Hurley1-1/+2
2011-08-11Bluetooth: hidp: Fix memory leak of cached report descriptorPeter Hurley1-0/+1
2011-08-11Bluetooth: hidp: Fix session cleanup on failed conn addPeter Hurley1-8/+6
2011-08-11Bluetooth: cmtp: Fix deadlock in session deletionPeter Hurley3-3/+6
2011-08-11Bluetooth: bnep: Fix deadlock in session deletionPeter Hurley2-4/+6
2011-08-11Bluetooth: Don't use cmd_timer to timeout HCI reset commandSzymon Janc1-2/+4
2011-08-11Bluetooth: Fixed wrong L2CAP Sock timer valueChen Ganir1-1/+1
2011-08-11Bluetooth: l2cap: Fix lost wakeup waiting for ERTM acksPeter Hurley1-3/+3
2011-08-11Bluetooth: cmtp: Fix lost wakeup of session threadPeter Hurley1-2/+4
2011-08-11Bluetooth: bnep: Fix lost wakeup of session threadPeter Hurley1-2/+4
2011-08-11Bluetooth: sco: Fix lost wakeups waiting to accept socketPeter Hurley1-14/+14
2011-08-11Bluetooth: l2cap: Fix lost wakeups waiting to accept socketPeter Hurley1-14/+14
2011-08-11Bluetooth: Fix lost wakeups waiting for sock state changePeter Hurley1-3/+3
2011-08-11Bluetooth: rfcomm: Fix lost wakeups waiting to accept socketPeter Hurley1-14/+14
2011-08-11Bluetooth: rfcomm: Remove unnecessary krfcommd eventPeter Hurley1-10/+7
2011-08-11Bluetooth: unlock if allocation fails in hci_blacklist_add()Dan Carpenter1-1/+1
2011-08-11ipv4: some rt_iif -> rt_route_iif conversionsJulian Anastasov1-5/+3
2011-08-11net/bridge/netfilter/ebtables.c: use available error handling codeJulia Lawall1-1/+2
2011-08-11net/netlabel/netlabel_kapi.c: add missing cleanup codeJulia Lawall1-8/+12
2011-08-11scm: Capture the full credentials of the scm senderTim Chen1-1/+1
2011-08-10tcp: initialize variable ecn_ok in syncookies pathMike Waychison2-2/+2
2011-08-09net_sched: prio: use qdisc_dequeue_peekedFlorian Westphal1-1/+1
2011-08-09Bridge: Always send NETDEV_CHANGEADDR up on br MAC change.Andrei Warkentin2-2/+11
2011-08-09libceph: fix msgpoolSage Weil1-11/+29
2011-08-07ipv4: use dst with ref during bcast/mcast loopbackJulian Anastasov1-0/+1
2011-08-07ipv4: route non-local sources for raw socketJulian Anastasov1-1/+2
2011-08-07netfilter: TCP and raw fix for ip_route_me_harderJulian Anastasov1-10/+8
2011-08-07ipv4: Fix ip_getsockopt for IP_PKTOPTIONSDaniel Baluta1-4/+5
2011-08-07ipv4: fix the reusing of routing cache entriesJulian Anastasov1-1/+2
2011-08-07netfilter: avoid double free in nf_reinjectJulian Anastasov1-0/+1
2011-08-06net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller11-8/+195
2011-08-05ipv6: check for IPv4 mapped addresses when connecting IPv6 socketsMax Matveev1-2/+9
2011-08-05net: Fix security_socket_sendmsg() bypass problem.Tetsuo Handa1-9/+34
2011-08-05net: Cap number of elements for sendmmsgAnton Blanchard1-0/+3
2011-08-05net: sendmmsg should only return an error if no messages were sentAnton Blanchard1-24/+3
2011-08-03Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-1/+1
2011-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next in...John W. Linville1-1/+1
2011-08-03net: fix NULL dereferences in check_peer_redir()Eric Dumazet6-22/+54
2011-08-01net: add kerneldoc to skb_copy_bits()Eric Dumazet1-2/+15
2011-08-01doc: Update the email address for Paul Moore in various source filesPaul Moore14-15/+13
2011-08-01atm: br2864: sent packets truncated in VC routed modeChas Williams1-2/+0
2011-08-01cfg80211: off by one in nl80211_trigger_scan()Dan Carpenter1-1/+1
2011-08-01sch_sfq: fix sfq_enqueue()Eric Dumazet1-1/+6
2011-08-01net: adjust array indexJulia Lawall1-1/+1
2011-07-29netfilter: ebtables: fix ebtables build dependencyBart De Schuymer1-1/+1
2011-07-29netfilter: ip_queue: Fix small leak in ipq_build_packet_message()Jesper Juhl2-0/+2
2011-07-29netfilter: xt_rateest: fix xt_rateest_mt_checkentry()Eric Dumazet1-5/+4
2011-07-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/...David S. Miller1-0/+1
2011-07-28net: fix new sunrpc kernel-doc warningRandy Dunlap1-0/+1
2011-07-28xfrm: Fix key lengths for rfc3686(ctr(aes))Tushar Gohad1-2/+2
2011-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-19/+28
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman4-2/+4
2011-07-27net: add IFF_SKB_TX_SHARED flag to priv_flagsNeil Horman2-3/+6
2011-07-27net: sock_sendmsg_nosec() is staticEric Dumazet1-1/+1
2011-07-27Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-3/+4
2011-07-27Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds13-138/+275
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma26-26/+26
2011-07-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-3/+4
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-7/+11
2011-07-26wireless: fix a typo in ignore_reg_updateMihai Moldovan1-1/+1
2011-07-26cfg80211: really ignore the regulatory requestSven Neumann1-2/+3
2011-07-26libceph: don't time out osd requests that haven't been receivedSage Weil2-7/+11
2011-07-26vfs: dont chain pipe/anon/socket on superblock s_inodes listEric Dumazet1-1/+1
2011-07-25Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-87/+44
2011-07-25Merge 'akpm' patch seriesLinus Torvalds1-0/+1
2011-07-25notifiers: cpu: move cpu notifiers into cpu.hAmerigo Wang1-0/+1
2011-07-25net: Convert struct net_device uc_promisc to boolJoe Perches1-2/+2
2011-07-25net: fix eth.c kernel-doc warningRandy Dunlap1-0/+1
2011-07-25IPv4: Send gratuitous ARP for secondary IP addresses alsoZoltan Kiss1-8/+8
2011-07-25ipv6: Do not leave router anycast address for /127 prefixes.YOSHIFUJI Hideaki1-0/+2
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds5-19/+12
2011-07-25RDMA: Increasing RPCRDMA_MAX_DATA_SEGSSteve Dickson1-1/+1
2011-07-25Merge branch 'master' into devel and apply fixup from Stephen Rothwell:Stephen Rothwell337-7024/+14814
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds29-106/+387
2011-07-24[S390] iucv cr0 enablement bitMartin Schwidefsky1-2/+5
2011-07-23gre: fix improper error handlingxeb@mail.ru1-15/+6
2011-07-23ipv4: use RT_TOS after some rt_tos conversionsJulian Anastasov2-2/+2
2011-07-23net/9p: Fix the msize calculation.Venkateswararao Jujjuri (JV)1-2/+2
2011-07-23fs/9p: add 9P2000.L unlinkat operationAneesh Kumar K.V1-0/+23
2011-07-23fs/9p: add 9P2000.L renameat operationAneesh Kumar K.V1-1/+32
2011-07-23fs/9p: Clean-up get_protocol_version() to use strcmpPrem Karat2-16/+35
2011-07-23fs/9p: Fid is not valid after a failed clunk.Aneesh Kumar K.V1-2/+4
2011-07-23VirtIO can transfer VIRTQUEUE_NUM of pages.jvrao1-1/+1
2011-07-23Fix the size of receive buffer packing onto VirtIO ring.jvrao1-1/+1
2011-07-239p: clean up packet dump codeEric Van Hensbergen2-46/+37
2011-07-23net/9p: fix client code to fail more gracefully on protocol errorEric Van Hensbergen1-1/+2
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-27/+22
2011-07-22Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller17-68/+340
2011-07-22net: allow netif_carrier to be called safely from IRQstephen hemminger1-1/+1
2011-07-22bridge: minor cleanupsstephen hemminger3-16/+14
2011-07-22bridge: add notification over netlink when STP changes statestephen hemminger4-1/+9
2011-07-22bridge: notifier called with the wrong devicestephen hemminger1-1/+1
2011-07-22bridge: ignore bogus STP config packetsstephen hemminger1-0/+11
2011-07-22bridge: send proper message_age in config BPDUstephen hemminger2-2/+3
2011-07-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+1
2011-07-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville17-68/+340
2011-07-22icmp: Fix regression in nexthop resolution during replies.David S. Miller1-6/+8
2011-07-21ipv4: Constrain UFO fragment sizes to multiples of 8 bytesBill Sommerfeld1-3/+3
2011-07-21ipv6: make fragment identifications less predictableEric Dumazet3-8/+37
2011-07-21ipv6: unshare inetpeersEric Dumazet1-13/+20
2011-07-22IPVS: Free resources on module removalSimon Horman1-0/+1
2011-07-21ethtool: Allow zero-length register dumps againBen Hutchings1-2/+2
2011-07-21skbuff: fix error handling in pskb_copy()Dan Carpenter1-1/+2
2011-07-21vlan: move vlan_group_[gs]et_device to public headerJiri Pirko1-0/+19
2011-07-21vlan: kill ndo_vlan_rx_registerJiri Pirko1-4/+0
2011-07-21vlan: kill vlan_gro_frags and vlan_gro_receiveJiri Pirko1-16/+0
2011-07-21vlan: kill __vlan_hwaccel_rx and vlan_hwaccel_rxJiri Pirko1-9/+0
2011-07-21lro: do vlan cleanupJiri Pirko1-28/+11
2011-07-21lro: kill lro_vlan_hwaccel_receive_fragsJiri Pirko1-20/+0
2011-07-21lro: kill lro_vlan_hwaccel_receive_skbJiri Pirko1-15/+0
2011-07-21vlan: introduce __vlan_find_dev_deep()Jiri Pirko1-0/+21
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller4-23/+28
2011-07-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller10-76/+215
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody1-10/+10
2011-07-21net, netfilter: Remove redundant goto in ebt_ulog_packetJesper Juhl1-1/+0
2011-07-21netfilter: ipset: hash:net,iface fixed to handle overlapping nets behind diff...Jozsef Kadlecsik7-20/+56
2011-07-20net,rcu: Convert call_rcu(xt_rateest_free_rcu) to kfree_rcu()Paul E. McKenney1-7/+1
2011-07-20cfg80211: fix scan crash on single-band cardsJohannes Berg3-2/+8
2011-07-20mac80211: check sta_info_get() return valueEliad Peller1-1/+9
2011-07-20cfg80211: enter psm when working as p2p_cliEliad Peller1-1/+2
2011-07-20mac80211: sync driver before TXJohannes Berg5-3/+122
2011-07-20switch vfs_path_lookup() to struct pathAl Viro1-6/+5
2011-07-20new helpers: kern_path_create/user_path_createAl Viro1-21/+17