aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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/linvil...John W. Linville3-1/+7
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-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
2012-07-22net: orphan frags on receiveMichael S. Tsirkin1-1/+6
2012-07-22skbuff: convert to skb_orphan_fragsMichael S. Tsirkin1-14/+8
2012-07-22rtnl: Add #ifdef CONFIG_RPS around num_rx_queues referenceMark A. Greer1-0/+2
2012-07-22sctp: Implement quick failover draft from tsvwgNeil Horman6-14/+176
2012-07-22net: fix race condition in several drivers when reading statsKevin Groeneveld1-2/+2
2012-07-22ipv4: tcp: set unicast_sock uc_ttl to -1Eric Dumazet1-1/+2
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller12-17/+29
2012-07-20openvswitch: Check gso_type for correct sk_buff in queue_gso_packets().Ben Pfaff1-1/+2
2012-07-20openvswitch: Check currect return value from skb_gso_segment()Pravin B Shelar1-2/+2
2012-07-20ipv4: Kill rt->fiDavid S. Miller1-31/+1
2012-07-20ipv4: Turn rt->rt_route_iif into rt->rt_is_input.David S. Miller2-6/+6
2012-07-20ipv4: Kill rt->rt_oifDavid S. Miller3-8/+5
2012-07-20ipv4: Dirty less cache lines in route caching paths.David S. Miller1-3/+3
2012-07-20ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.David S. Miller4-10/+4
2012-07-20ipv4: Cache input routes in fib_info nexthops.David S. Miller2-12/+45
2012-07-20ipv4: Cache output routes in fib_info nexthops.David S. Miller2-43/+99
2012-07-20ipv4: Kill routes during PMTU/redirect updates.David S. Miller1-12/+29
2012-07-20net: Document dst->obsolete better.David S. Miller6-20/+22
2012-07-20ipv4: Adjust semantics of rt->rt_gateway.David S. Miller7-17/+18
2012-07-20ipv4: Remove 'rt_dst' from 'struct rtable'David S. Miller2-37/+9
2012-07-20ipv4: Remove 'rt_mark' from 'struct rtable'David Miller3-9/+3
2012-07-20ipv4: Kill 'rt_src' from 'struct rtable'David Miller2-20/+15
2012-07-20ipv4: Remove rt_key_{src,dst,tos} from struct rtable.David Miller2-33/+9
2012-07-20ipv4: Kill ip_route_input_noref().David Miller5-10/+10
2012-07-20ipv4: Delete routing cache.David S. Miller2-932/+13
2012-07-20tun: fix a crash bug and a memory leakMikulas Patocka1-0/+3
2012-07-20ipv4: show pmtu in route listJulian Anastasov1-1/+5
2012-07-20rtnl: allow to specify number of rx and tx queues on device creationJiri Pirko1-2/+13
2012-07-20rtnl: allow to specify different num for rx and tx queue countJiri Pirko1-8/+8
2012-07-20tcp: improve latencies of timer triggered eventsEric Dumazet2-50/+66
2012-07-20tcp: fix ABC in tcp_slow_start()Eric Dumazet1-2/+3
2012-07-20tcp: use hash_32() in tcp_metricsEric Dumazet1-15/+10
2012-07-20tcp: Return bool instead of int where appropriateVijay Subramanian1-8/+8
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville38-770/+1184
2012-07-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-6/+6
2012-07-19ipv4: Fix again the time difference calculationJulian Anastasov1-1/+1
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-32/+83
2012-07-19net-tcp: Fast Open client - cookie-less modeYuchung Cheng2-3/+11
2012-07-19net-tcp: Fast Open client - detecting SYN-data dropsYuchung Cheng3-6/+33
2012-07-19net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)Yuchung Cheng3-10/+73
2012-07-19net-tcp: Fast Open client - receiving SYN-ACKYuchung Cheng1-5/+35
2012-07-19net-tcp: Fast Open client - sending SYN-dataYuchung Cheng3-11/+115
2012-07-19net-tcp: Fast Open client - cookie cacheYuchung Cheng1-0/+51
2012-07-19net-tcp: Fast Open baseYuchung Cheng10-15/+68
2012-07-19ipx: move peII functionsstephen hemminger3-5/+1
2012-07-19ipv4: tcp: remove per net tcp_sockEric Dumazet2-23/+35
2012-07-19ipv4: use seqlock for nh_exceptionsJulian Anastasov1-50/+68
2012-07-19Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-1/+4
2012-07-19ipv4: Fix time difference calculation in rt_bind_exception().David S. Miller1-1/+1
2012-07-19ipv4: fix address selection in fib_compute_spec_dstJulian Anastasov1-1/+2
2012-07-19ipv4: optimize fib_compute_spec_dst call in ip_options_echoJulian Anastasov1-3/+2
2012-07-18net: Statically initialize init_net.dev_base_headRustad, Mark D2-2/+5
2012-07-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville6-252/+257
2012-07-18ipv6: add ipv6_addr_hash() helperEric Dumazet5-53/+30
2012-07-18skbuff: Use correct allocation in skb_copy_ubufsKrishna Kumar1-5/+5
2012-07-18net/ipv4: VTI support new module for ip_vti.Saurabh3-0/+968
2012-07-18net/ipv4: VTI support rx-path hook in xfrm4_mode_tunnel.Saurabh1-0/+68
2012-07-18tcp: refine SYN handling in tcp_validate_incomingEric Dumazet1-1/+5
2012-07-18cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore1-2/+4
2012-07-18ipv6: fix inet6_csk_xmit()Eric Dumazet1-19/+21
2012-07-18mac80211: flush stations before stop beaconingEliad Peller1-0/+1
2012-07-18cfg80211: Fix mutex locking in reg_last_request_cell_baseMohammed Shafi Shajakhan1-1/+3
2012-07-17libceph: fix messenger retrySage Weil1-6/+6
2012-07-17SUNRPC: Add a missing spin_unlock to gss_mech_list_pseudoflavorsTrond Myklebust1-1/+3
2012-07-17ipv4: fix rcu splatEric Dumazet3-10/+11
2012-07-17ipv4: Fix nexthop exception hash computation.David S. Miller1-4/+12
2012-07-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-5/+25
2012-07-17Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville15-129/+350