aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-08-25Merge branch 'for-3.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-7/+5
2012-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds4-8/+59
2012-08-21libceph: avoid truncation due to racing bannersJim Schutt1-2/+9
2012-08-21af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet2-3/+3
2012-08-21ipv4: fix ip header ident selection in __ip_make_skb()Eric Dumazet1-1/+1
2012-08-21ipv4: Use newinet->inet_opt in inet_csk_route_child_sock()Christoph Paasch1-1/+6
2012-08-21tcp: fix possible socket refcount problemEric Dumazet3-10/+18
2012-08-20svcrpc: fix svc_xprt_enqueue/svc_recv busy-loopingJ. Bruce Fields1-5/+2
2012-08-20svcrpc: sends on closed socket should stop immediatelyJ. Bruce Fields1-1/+2
2012-08-20svcrpc: fix BUG() in svc_tcp_clear_pagesJ. Bruce Fields1-1/+1
2012-08-20libceph: delay debugfs initialization until we learn global_idSage Weil3-6/+50
2012-08-20net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child()Neal Cardwell3-14/+14
2012-08-20net/core/dev.c: fix kernel-doc warningRandy Dunlap1-0/+1
2012-08-20net: ipv6: fix oops in inet_putpeer()Patrick McHardy2-0/+10
2012-08-20caif: Do not dereference NULL in chnl_recv_cb()Jesper Juhl1-0/+4
2012-08-20Merge git://1984.lsi.us.es/nfDavid S. Miller4-48/+89
2012-08-20af_packet: don't emit packet on orig fanout groupEric Leblond2-2/+23
2012-08-16net: netprio: fix cgrp create and write priomap raceJohn Fastabend1-5/+3
2012-08-16net: netprio: fd passed in SCM_RIGHTS datagram not set correctlyJohn Fastabend1-0/+4
2012-08-16net: netprio: fix files lock and remove useless d_path bitsJohn Fastabend1-18/+4
2012-08-16act_mirred: do not drop packets when fails to mirror itJason Wang1-6/+5
2012-08-16netfilter: nf_ct_expect: fix possible access to uninitialized timerPablo Neira Ayuso1-23/+6
2012-08-15net: fix info leak in compat dev_ifconf()Mathias Krause1-0/+1
2012-08-15ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)Mathias Krause1-0/+1
2012-08-15dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO)Mathias Krause1-0/+1
2012-08-15dccp: check ccid before dereferencingMathias Krause1-2/+2
2012-08-15llc: fix info leak via getsockname()Mathias Krause1-2/+1
2012-08-15l2tp: fix info leak via getsockname()Mathias Krause1-0/+1
2012-08-15Bluetooth: L2CAP - Fix info leak via getsockname()Mathias Krause1-0/+1
2012-08-15Bluetooth: RFCOMM - Fix info leak via getsockname()Mathias Krause1-0/+1
2012-08-15Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)Mathias Krause1-1/+1
2012-08-15Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY)Mathias Krause1-0/+1
2012-08-15Bluetooth: HCI - Fix info leak via getsockname()Mathias Krause1-0/+1
2012-08-15Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)Mathias Krause1-0/+1
2012-08-15atm: fix info leak via getsockname()Mathias Krause1-0/+1
2012-08-15atm: fix info leak in getsockopt(SO_ATMPVC)Mathias Krause1-0/+1
2012-08-15bridge: fix rcu dereference outside of rcu_read_lockStephen Hemminger1-1/+2
2012-08-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller5-18/+37
2012-08-14ipv6: addrconf: Avoid calling netdevice notifiers with RCU read-side lockBen Hutchings1-3/+1
2012-08-14llc: Fix races between llc2 handler use and (un)registrationBen Hutchings2-5/+18
2012-08-14llc2: Call llc_station_exit() on llc2_init() failure pathBen Hutchings2-3/+4
2012-08-14llc2: Fix silent failure of llc_station_init()Ben Hutchings1-17/+2
2012-08-14net: ipv6: proc: Fix error handlingIgor Maravic1-2/+2
2012-08-14ipv4: Cache local output routesYan, Zheng1-1/+0
2012-08-14netpoll: re-enable irq in poll_napi()Amerigo Wang1-1/+9
2012-08-14netpoll: handle vlan tags in netpoll tx and rx pathAmerigo Wang1-0/+15
2012-08-14vlan: clean up vlan_dev_hard_start_xmit()Amerigo Wang1-7/+20
2012-08-14vlan: clean up some variable namesAmerigo Wang1-6/+6
2012-08-14netpoll: check netpoll tx status on the right deviceAmerigo Wang1-1/+1
2012-08-14bridge: use list_for_each_entry() in netpoll functionsAmerigo Wang1-5/+4
2012-08-14bridge: add some comments for NETDEV_RELEASEAmerigo Wang1-0/+4
2012-08-14netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev()Amerigo Wang1-14/+17
2012-08-14netpoll: take rcu_read_lock_bh() in netpoll_rx()Amerigo Wang1-2/+1
2012-08-14netpoll: make __netpoll_cleanup non-blockAmerigo Wang3-20/+34
2012-08-14netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang5-16/+17
2012-08-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-18/+37
2012-08-14netfilter: ctnetlink: fix missing locking while changing conntrack from nfqueuePablo Neira Ayuso1-1/+6
2012-08-12af_packet: remove BUG statement in tpacket_destruct_skbdanborkmann@iogearbox.net1-1/+0
2012-08-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller3-1/+7
2012-08-10ipv4: fix ip_send_skb()Eric Dumazet2-4/+3
2012-08-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville5-18/+37
2012-08-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-1/+7
2012-08-10netfilter: nf_nat_sip: fix via header translation with multiple parametersPatrick McHardy1-2/+3
2012-08-10netfilter: nf_ct_sip: fix IPv6 address parsingPatrick McHardy2-19/+72
2012-08-10netfilter: nf_ct_sip: fix helper namePatrick McHardy1-3/+2
2012-08-09net: tcp: ipv6_mapped needs sk_rx_dst_set methodEric Dumazet2-1/+3
2012-08-09ipv4: tcp: unicast_sock should not land outside of TCP stackEric Dumazet1-0/+1
2012-08-09tcp: must free metrics at net dismantleEric Dumazet1-0/+12
2012-08-08net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov1-2/+5
2012-08-08batman-adv: Fix mem leak in the batadv_tt_local_event() functionJesper Juhl1-0/+1
2012-08-08sched: add missing group change to qfq_change_classPaolo Valente1-26/+69
2012-08-08net: force dst_default_metrics to const sectionEric Dumazet1-1/+9
2012-08-08net: fib: fix incorrect call_rcu_bh()Eric Dumazet1-1/+1
2012-08-08af_packet: Quiet sparse noise about using plain integer as NULL pointerYing Xue1-1/+1
2012-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds22-43/+135
2012-08-06net: ipv6: fix TCP early demuxEric Dumazet4-7/+39
2012-08-06net_sched: act: Delete estimator in error path.Hiroaki SHIMODA3-3/+14
2012-08-06ip: fix error handling in ip_finish_output2()Vasiliy Kulikov1-1/+1
2012-08-06llc: free the right skbSorin Dumitru1-3/+3
2012-08-06tcp_output: fix sparse warning for tcp_wfreeSilviu-Mihai Popescu1-1/+1
2012-08-06batman-adv: select an internet gateway if none was chosenMarek Lindner1-3/+3
2012-08-06cfg80211: process pending events when unregistering net deviceDaniel Drake3-1/+7
2012-08-06Bluetooth: Fix socket not getting freed if l2cap channel create failsJaganath Kanakkassery1-1/+1
2012-08-06Bluetooth: smp: Fix possible NULL dereferenceAndrei Emeltchenko1-1/+4
2012-08-06Bluetooth: Set name_state to unknown when entry name is emptyRam Malovany1-0/+2
2012-08-06Bluetooth: Fix using a NULL inquiry cache entryRam Malovany1-5/+11
2012-08-06Bluetooth: Fix using NULL inquiry entryRam Malovany1-0/+3
2012-08-06Bluetooth: Fix legacy pairing with some devicesSzymon Janc2-1/+7
2012-08-06Bluetooth: Fix possible deadlock in SCO codeGustavo Padovan1-10/+9
2012-08-03net_sched: gact: Fix potential panic in tcf_gact().Hiroaki SHIMODA1-3/+11
2012-08-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville4-3/+24
2012-08-02libceph: fix crypto key null deref, memory leakSylvain Munaut2-1/+3
2012-08-02cfg80211: Clear "beacon_found" on regulatory restorePaul Stewart1-0/+1
2012-08-02cfg80211: add channel flag to prohibit OFDM operationSeth Forshee1-0/+2
2012-08-02ipv4: route.c cleanupEric Dumazet1-4/+0
2012-08-02Fix unexpected SA hard expiration after changing dateFan Du1-4/+17
2012-08-02tcp: Apply device TSO segment limit earlierBen Hutchings4-11/+18
2012-08-02net: Allow driver to limit number of GSO segments per skbBen Hutchings1-0/+4
2012-08-01mac80211: cancel mesh path timerJohannes Berg1-0/+1
2012-08-01mac80211: clear timer bits when disconnectingJohannes Berg2-0/+4
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-50/+43
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds16-60/+304
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+4
2012-07-31Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-5/+19
2012-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds14-119/+216
2012-07-31nfs: enable swap on NFSMel Gorman4-2/+62
2012-07-31netvm: prevent a stream-specific deadlockMel Gorman4-13/+27
2012-07-31netvm: set PF_MEMALLOC as appropriate during SKB processingMel Gorman2-6/+63
2012-07-31netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman3-25/+112
2012-07-31netvm: allow the use of __GFP_MEMALLOC by specific socketsMel Gorman1-0/+22
2012-07-31net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on th...Mel Gorman2-8/+12
2012-07-31memcg: rename config variablesAndrew Morton5-6/+6
2012-07-31ipv4: Properly purge netdev references on uncached routes.David S. Miller3-4/+66
2012-07-31ipv4: Cache routes in nexthop exception entries.David S. Miller2-64/+78
2012-07-31Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+4
2012-07-31ipv4: percpu nh_rth_output cacheEric Dumazet2-6/+32
2012-07-31ipv4: Restore old dst_free() behavior.Eric Dumazet4-40/+39
2012-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds7-445/+737
2012-07-30Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-63/+142
2012-07-30libceph: recheck con state after allocating incoming messageSage Weil1-1/+8
2012-07-30libceph: change ceph_con_in_msg_alloc convention to be less weirdSage Weil1-25/+31
2012-07-30libceph: avoid dropping con mutex before faultSage Weil1-3/+1
2012-07-30libceph: verify state after retaking con lock after dispatchSage Weil1-1/+2
2012-07-30libceph: revoke mon_client messages on session restartSage Weil1-0/+4
2012-07-30libceph: fix handling of immediate socket connect failureSage Weil1-7/+19
2012-07-30libceph: be less chatty about stray repliesSage Weil1-2/+2
2012-07-30libceph: clear all flags on con_closeSage Weil1-0/+2
2012-07-30libceph: clean up con flagsSage Weil1-26/+36
2012-07-30libceph: replace connection state bits with statesSage Weil1-62/+68
2012-07-30libceph: drop unnecessary CLOSED check in socket state change callbackSage Weil1-3/+0
2012-07-30libceph: close socket directly from ceph_con_close()Sage Weil1-7/+1
2012-07-30libceph: drop gratuitous socket close calls in con_workSage Weil1-4/+4
2012-07-30libceph: move ceph_con_send() closed check under the con mutexSage Weil1-9/+7
2012-07-30libceph: move msgr clear_standby under con mutex protectionSage Weil1-3/+4
2012-07-30libceph: fix fault locking; close socket on lossy faultSage Weil1-7/+7
2012-07-30libceph: trivial fix for the incorrect debug outputJiaju Zhang1-1/+1
2012-07-30libceph: reset connection retry on successfully negotiationSage Weil1-0/+2
2012-07-30libceph: protect ceph_con_open() with mutexSage Weil1-0/+2
2012-07-30libceph: (re)initialize bio_iter on start of message receiveSage Weil1-5/+6
2012-07-30libceph: resubmit linger ops when pg mapping changesSage Weil1-5/+21
2012-07-30libceph: fix mutex coverage for ceph_con_closeSage Weil1-1/+7
2012-07-30libceph: report socket read/write error messageSage Weil1-2/+6
2012-07-30libceph: support crush tunablesSage Weil2-6/+46
2012-07-30SUNRPC: return negative value in case rpcbind client creation errorStanislav Kinsbursky1-2/+2
2012-07-30libceph: move feature bits to separate headerSage Weil1-2/+3
2012-07-30nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton3-1/+14
2012-07-30sunrpc: clarify comments on rpc_make_runnableJeff Layton1-2/+3
2012-07-30sunrpc: clnt: Add missing bracesJoe Perches1-1/+2
2012-07-30bridge: make port attributes conststephen hemminger1-3/+3
2012-07-30ipv4: remove rt_cache_rebuild_countEric Dumazet1-11/+0
2012-07-30net: ipv4: fix RCU races on dst refcountsEric Dumazet7-29/+41
2012-07-30net: TCP early demux cleanupEric Dumazet2-4/+0
2012-07-30libceph: prevent the race of incoming work during teardownGuanjun He2-0/+7
2012-07-30libceph: fix messenger retrySage Weil1-6/+6
2012-07-30libceph: initialize rb, list nodes in ceph_osd_requestSage Weil1-0/+3
2012-07-30libceph: initialize msgpool message typesSage Weil2-6/+8
2012-07-30mac80211: don't clear sched_scan_sdata on sched scan stop requestEliad Peller1-1/+0
2012-07-30Merge remote-tracking branch 'wireless/master' into mac80211Johannes Berg457-17258/+24321
2012-07-29ipv6: fix incorrect route 'expires' value passed to userspaceLi Wei2-8/+8
2012-07-29ipv4: clean up put_childLin Ming1-26/+25
2012-07-29ipv4: fix debug info in tnode_newLin Ming1-1/+1
2012-07-29clean unix_bind() up a bitAl Viro1-45/+43
2012-07-29pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_crea...Al Viro1-4/+0
2012-07-29new helper: done_path_create()Al Viro1-5/+4
2012-07-27tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina1-1/+3
2012-07-27Revert "openvswitch: potential NULL deref in sample()"Jesse Gross1-3/+0
2012-07-27ipv4: fix TCP early demuxEric Dumazet3-8/+8
2012-07-27net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handlingJiri Benc1-1/+7
2012-07-27tcp: Add TCP_USER_TIMEOUT negative value checkHangbin Liu1-1/+4
2012-07-26Merge branch 'for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds1-1/+1
2012-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-76/+115
2012-07-26ipv6: Early TCP socket demuxEric Dumazet3-2/+50
2012-07-26ipv4: Fix input route performance regression.David S. Miller6-35/+31
2012-07-25ipv4: rt_cache_valid must check expired routesEric Dumazet1-3/+5
2012-07-25wireless: reg: restore previous behaviour of chan->max_power calculationsStanislaw Gruszka1-1/+15
2012-07-24wanmain: comparing array with NULLAlan Cox1-28/+23
2012-07-24tcp: early_demux fixesEric Dumazet2-8/+6
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds416-16876/+23880
2012-07-24mac80211: fix scan_sdata assignmentJohannes Berg1-1/+1
2012-07-24genetlink: define lockdep_genl_is_held() when CONFIG_LOCKDEPWANG Cong1-1/+1
2012-07-24leds: Rename led_brightness_set() to led_set_brightness()Shuah Khan1-1/+1
2012-07-23ipv4: Change rt->rt_iif encoding.David S. Miller1-4/+4
2012-07-23net: Make skb->skb_iif always track skb->devDavid S. Miller1-2/+1
2012-07-23ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller9-27/+26
2012-07-23ipv4: Remove all RTCF_DIRECTSRC handliing.David S. Miller1-9/+2
2012-07-23ipv4: Really ignore ICMP address requests/replies.David S. Miller1-82/+2
2012-07-23decnet: Don't set RTCF_DIRECTSRC.David S. Miller1-2/+0
2012-07-23net/ipv4/ip_vti.c: Fix __rcu warnings detected by sparse.Saurabh1-5/+5
2012-07-23ipv4: Remove redundant assignmentLin Ming1-1/+0
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-19/+3
2012-07-23rds: set correct msg_namelenWeiping Pan1-0/+3
2012-07-23openvswitch: potential NULL deref in sample()Dan Carpenter1-0/+3
2012-07-23tcp: dont drop MTU reduction indicationsEric Dumazet3-21/+44
2012-07-23tcp: avoid oops in tcp_metrics and reset tcpm_stampJulian Anastasov1-2/+3
2012-07-22net: Fix references to out-of-scope variables in put_cmsg_compat()Jesper Juhl1-2/+2
2012-07-22Merge branch 'kill_rtcache'David S. Miller21-1174/+262
2012-07-22get rid of ->scm_work_listAl Viro1-19/+3
2012-07-22net: netprio_cgroup: rework update socket logicJohn Fastabend3-6/+58
2012-07-22skbuff: export skb_copy_ubufsMichael S. Tsirkin1-1/+1