aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-05-18pktgen: fix module unload for goodEric Dumazet1-2/+2
2012-05-17tcp: do_tcp_sendpages() must try to push data out on oom conditionsWilly Tarreau1-2/+1
2012-05-16netfilter: ipset: fix hash size checking in kernelJozsef Kadlecsik7-21/+49
2012-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-7/+31
2012-05-14Bluetooth: mgmt: Fix device_connected sending orderJohan Hedberg2-2/+10
2012-05-14Bluetooth: notify userspace of security level changeGustavo Padovan4-5/+21
2012-05-13openvswitch: checking wrong variable in queue_userspace_packet()Dan Carpenter1-1/+1
2012-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds8-65/+36
2012-05-10sctp: check cached dst before using itNicolas Dichtel2-20/+1
2012-05-10pktgen: fix crash at module unloadEric Dumazet1-2/+8
2012-05-10Revert "net: maintain namespace isolation between vlan and real device"David S. Miller2-32/+6
2012-05-10ipv4: Do not use dead fib_info entries.David S. Miller1-0/+2
2012-05-10Merge tag 'nfs-for-3.4-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-3/+4
2012-05-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller2-11/+19
2012-05-07openvswitch: Validation of IPv6 set port action uses IPv4 headerPravin B Shelar1-7/+15
2012-05-03openvswitch: Release rtnl_lock if ovs_vport_cmd_build_info() failed.Ansis Atteka1-3/+2
2012-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds27-106/+246
2012-05-03auth_gss: the list of pseudoflavors not being parsed correctlySteve Dickson1-3/+4
2012-05-02tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet2-5/+6
2012-05-02net: l2tp: unlock socket lock before returning from l2tp_ip_sendmsgSasha Levin1-1/+2
2012-05-02drop_monitor: prevent init path from scheduling on the wrong cpuNeil Horman1-5/+7
2012-05-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-16/+19
2012-05-01netem: fix possible skb leakEric Dumazet1-4/+2
2012-04-30mac80211: fix AP mode EAP tx for VLAN stationsFelix Fietkau1-1/+2
2012-04-30tcp: fix infinite cwnd in tcp_complete_cwr()Yuchung Cheng1-3/+6
2012-04-30Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller10-39/+91
2012-04-30SUNRPC: RPC client must use the current utsname hostname stringTrond Myklebust1-4/+10
2012-04-30netfilter: xt_CT: fix wrong checking in the timeout assignment pathPablo Neira Ayuso1-1/+1
2012-04-30ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom2-22/+39
2012-04-30ipvs: take care of return value from protocol init_netnsHans Schillstrom4-5/+21
2012-04-30ipvs: null check of net->ipvs in lblc(r) shedulersHans Schillstrom2-0/+6
2012-04-28drop_monitor: Make updating data->skb smp safeNeil Horman1-16/+54
2012-04-28drop_monitor: fix sleeping in invalid context warningNeil Horman1-7/+7
2012-04-27Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville3-15/+17
2012-04-27SUNRPC: traverse clients tree on PipeFS eventStanislav Kinsbursky1-4/+25
2012-04-27SUNRPC: set per-net PipeFS superblock before notificationStanislav Kinsbursky1-1/+2
2012-04-27SUNRPC: skip clients with program without PipeFS entriesStanislav Kinsbursky1-2/+2
2012-04-27SUNRPC: skip dead but not buried clients on PipeFS eventsStanislav Kinsbursky1-1/+2
2012-04-27tcp: clean up use of jiffies in tcp_rcv_rtt_measure()Neal Cardwell1-1/+1
2012-04-266lowpan: add missing spin_lock_init()alex.bluesman.smirnov@gmail.com1-0/+2
2012-04-266lowpan: clean up fragments list if module unloadedalex.bluesman.smirnov@gmail.com1-2/+11
2012-04-266lowpan: fix segmentation fault caused by mlme requestalex.bluesman.smirnov@gmail.com1-0/+25
2012-04-26ipvs: reset ipvs pointer in netnsJulian Anastasov1-0/+2
2012-04-26ipvs: add check in ftp for initialized coreJulian Anastasov1-0/+2
2012-04-25Merge tag 'nfs-for-3.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-8/+9
2012-04-25udp_diag: implement idiag_get_info for udp/udplite to get queue informationShan Wei2-1/+10
2012-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-4/+4
2012-04-25ipvs: fix crash in ip_vs_control_net_cleanup on unloadJulian Anastasov1-2/+2
2012-04-25ipvs: Verify that IP_VS protocol has been registeredSasha Levin1-9/+18
2012-04-24mac80211: call ieee80211_mgd_stop() on interface stopEliad Peller3-4/+4
2012-04-24Bluetooth: Fix missing break in hci_cmd_complete_evtSzymon Janc1-0/+1
2012-04-24set fake_rtable's dst to NULL to avoid kernel OopsPeter Huang (Peng)2-6/+3
2012-04-22tcp: fix TCP_MAXSEG for established IPv6 passive socketsNeal Cardwell1-0/+4
2012-04-21drop_monitor: allow more events per secondEric Dumazet1-0/+1
2012-04-19net ax25: Reorder ax25_exit to remove races.Eric W. Biederman1-4/+5
2012-04-18tcp: fix retransmit of partially acked framesEric Dumazet1-0/+1
2012-04-18Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller3-7/+9
2012-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-7/+9
2012-04-18SUNRPC: register PipeFS file system after pernet sybsystemStanislav Kinsbursky1-8/+9
2012-04-18netns: do not leak net_generic data on failed initJulian Anastasov1-15/+18
2012-04-17tcp: fix tcp_grow_window() for large incoming framesEric Dumazet1-0/+1
2012-04-17mac80211: fix logic error in ibss channel type checkFelix Fietkau1-2/+2
2012-04-17mac80211: fix truncated packets in cooked monitor rxFelix Fietkau1-4/+6
2012-04-16net_sched: gred: Fix oops in gred_dump() in WRED modeDavid Ward1-5/+2
2012-04-16Bluetooth: Temporary keys should be retained during connectionVishal Agarwal2-4/+4
2012-04-16Bluetooth: hci_persistent_key should return boolVishal Agarwal2-11/+12
2012-04-13cfg80211: fix interface combinations check.Lukasz Kucharczyk1-1/+1
2012-04-13ipv6: fix problem with expired dst cacheGao feng4-40/+52
2012-04-13caif: Fix memory leakage in the chnl_net.c.Tomasz Gregorek1-3/+6
2012-04-13l2tp: don't overwrite source address in l2tp_ip_bind()James Chapman1-1/+2
2012-04-13l2tp: fix refcount leak in l2tp_ip socketsJames Chapman1-1/+1
2012-04-13net/key/af_key.c: add missing kfree_skbJulia Lawall1-1/+1
2012-04-13phonet: Sort out initiailziation and cleanup code.Eric W. Biederman1-19/+2
2012-04-13net: In unregister_netdevice_notifier unregister the netdevices.Eric W. Biederman1-0/+20
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds18-139/+74
2012-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville8-25/+47
2012-04-11NFC: Fix the LLCP Tx fragmentation loopSamuel Ortiz1-2/+2
2012-04-11tcp: avoid order-1 allocations on wifi and tx pathEric Dumazet2-5/+5
2012-04-11net: allow pskb_expand_head() to get maximum tailroomEric Dumazet1-1/+3
2012-04-11bridge: Do not send queries on multicast group leavesHerbert Xu2-85/+0
2012-04-10Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-5/+5
2012-04-10tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sampleNeal Cardwell1-2/+5
2012-04-10tcp: restore correct limitEric Dumazet1-2/+1
2012-04-10Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller4-19/+13
2012-04-10netfilter: nf_conntrack: fix incorrect logic in nf_conntrack_init_netGao feng1-1/+1
2012-04-10netfilter: nf_ct_ipv4: packets with wrong ihl are invalidJozsef Kadlecsik1-0/+8
2012-04-10netfilter: nf_ct_ipv4: handle invalid IPv4 and IPv6 packets consistentlyJozsef Kadlecsik1-2/+2
2012-04-09net/wireless/wext-core.c: add missing kfreeJulia Lawall1-2/+4
2012-04-09nl80211: ensure interface is up in various APIsJohannes Berg1-13/+18
2012-04-09mac80211: fix association beacon wait timeoutJohannes Berg1-2/+1
2012-04-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville4-6/+22
2012-04-09netfilter: ip6_tables: ip6t_ext_hdr is now static inlinePablo Neira Ayuso1-14/+0
2012-04-09netfilter: nf_ct_tcp: don't scale the size of the window up twiceChangli Gao1-2/+2
2012-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds12-74/+71
2012-04-06net: fix a race in sock_queue_err_skb()Eric Dumazet1-1/+3
2012-04-06netlink: fix races after skb queueingEric Dumazet1-11/+13
2012-04-05phonet: Check input from user before allocatingSasha Levin1-0/+3
2012-04-05tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet2-4/+4
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds7-24/+11
2012-04-05netdma: adding alignment check for NETDMA opsDave Jiang4-5/+5
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd7-24/+11
2012-04-05ipv6: fix array index in ip6_mc_add_src()RongQing.Li1-1/+1
2012-04-04sctp: Allow struct sctp_event_subscribe to grow without breaking binariesThomas Graf1-2/+3
2012-04-03netfilter: nf_conntrack: fix count leak in error path of __nf_conntrack_allocPablo Neira Ayuso1-0/+1
2012-04-03netfilter: xt_CT: fix missing put timeout object in error pathPablo Neira Ayuso1-5/+19
2012-04-03netfilter: xt_CT: allocation has to be GFP_ATOMIC under rcu_read_lock sectionPablo Neira Ayuso1-1/+1
2012-04-03Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller1-0/+2
2012-04-03bpf jit: Make the filter.c::__load_pointer helper non-static for the jitsJan Seiffert1-3/+6
2012-04-03tcp: allow splice() to build full TSO packetsEric Dumazet1-1/+1
2012-04-03net: fix /proc/net/dev regressionEric Dumazet2-46/+15
2012-04-03netfilter: xt_CT: remove a compile warningPablo Neira Ayuso1-0/+2
2012-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-38/+64
2012-04-02openvswitch: Add length check when retrieving TCP flags.Jesse Gross1-1/+2
2012-04-01ipv6: Fix RTM_GETROUTE's interpretation of RTA_IIF to be consistent with ipv4Shmulik Ladkani1-7/+27
2012-04-01net/netfilter/nfnetlink_acct.c: use linux/atomic.hAndrew Morton1-1/+1
2012-04-01rose_dev: fix memcpy-bug in rose_set_mac_addressdanborkmann@iogearbox.net1-2/+2
2012-04-01net/garp: avoid infinite loop if attribute already existsDavid Ward1-12/+10
2012-04-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-1/+1
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-36/+50
2012-03-29Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds11-83/+59
2012-03-28Merge tag 'nfs-for-3.4-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds93-93/+0
2012-03-28mac80211: fix oper channel timestamp updationRajkumar Manoharan1-1/+1
2012-03-28Bluetooth: mgmt: Add missing endian conversionAndrei Emeltchenko1-3/+8
2012-03-28Bluetooth: mgmt: Fix corruption of device_connected pktBrian Gix1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells93-93/+0
2012-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds3-230/+255
2012-03-28Merge tag 'for-linus-3.4-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+23
2012-03-28Bluetooth: Fix memory leaks due to chan refcntAndrei Emeltchenko1-0/+3
2012-03-28Bluetooth: hci_core: fix NULL-pointer dereference at unregisterJohan Hovold1-0/+7
2012-03-28Bluetooth: Fix Endian Bug.Santosh Nayak1-2/+3
2012-03-28net/core: dev_forward_skb() should clear skb_iifBenjamin LaHaise1-0/+1
2012-03-28net/ipv4: fix IPv4 multicast over network namespacesBenjamin LaHaise1-1/+1
2012-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller3-14/+21
2012-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-57/+103
2012-03-27net: fix a potential rcu_read_lock() imbalance in rt6_fill_node()Eric Dumazet1-2/+6
2012-03-27SUNRPC: Use the already looked-up xprt in rpcb_getport_async()Bryan Schumaker1-1/+1
2012-03-26mac80211: fix possible tid_rx->reorder_timer use after freeStanislaw Gruszka1-1/+2
2012-03-26mac80211: remove outdated commentEliad Peller1-3/+0
2012-03-26cfg80211: allow CFG80211_SIGNAL_TYPE_UNSPEC in station_infoJohn W. Linville1-10/+19
2012-03-26sunrpc: skip portmap calls on sessions backchannelJ. Bruce Fields1-0/+1
2012-03-26sunrpc: create nfsd dir in rpc_pipefsJeff Layton1-0/+5
2012-03-26Merge nfs containerization work from Trond's treeJ. Bruce Fields28-733/+1559
2012-03-25net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet1-2/+2
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-0/+1
2012-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds1-15/+9
2012-03-23poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil1-1/+1
2012-03-23Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller5-53/+95
2012-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-24/+17
2012-03-23Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds26-730/+1547
2012-03-22bonding: remove entries for master_ip and vlan_ip and query devices insteadAndy Gospodarek1-0/+1
2012-03-22netfilter: remove forward module param confusion.Rusty Russell2-14/+4
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+1
2012-03-23netfilter: nf_conntrack: permanently attach timeout policy to conntrackPablo Neira Ayuso1-17/+22
2012-03-23netfilter: xt_CT: fix assignation of the generic protocol trackerPablo Neira Ayuso1-1/+8
2012-03-23netfilter: xt_CT: missing rcu_read_lock section in timeout assignmentPablo Neira Ayuso1-6/+12
2012-03-23netfilter: cttimeout: fix dependency with l4protocol conntrack modulePablo Neira Ayuso3-24/+48
2012-03-22xfrm: Access the replay notify functions via the registered callbacksSteffen Klassert1-3/+3
2012-03-22xfrm: Remove unused xfrm_state from xfrm_state_check_spaceSteffen Klassert1-2/+2
2012-03-22RDS: use gfp flags from caller in conn_alloc()Dan Carpenter3-3/+3
2012-03-22netlabel: use GFP flags from caller instead of GFP_ATOMICDan Carpenter1-1/+1
2012-03-22libceph: isolate kmap() call in write_partial_msg_pages()Alex Elder1-11/+2
2012-03-22libceph: rename "page_shift" variable to something sensibleAlex Elder1-5/+6
2012-03-22libceph: get rid of zero_page_addressAlex Elder1-9/+2
2012-03-22libceph: only call kernel_sendpage() via helperAlex Elder1-6/+2
2012-03-22libceph: use kernel_sendpage() for sending zeroesAlex Elder1-5/+15
2012-03-22libceph: fix inverted crc option logicAlex Elder1-10/+10
2012-03-22libceph: some simple changesAlex Elder1-4/+9
2012-03-22libceph: small refactor in write_partial_kvec()Alex Elder1-11/+12
2012-03-22libceph: do crc calculations outside loopAlex Elder1-14/+12
2012-03-22libceph: separate CRC calculation from byte swappingAlex Elder1-14/+17
2012-03-22libceph: use "do" in CRC-related Boolean variablesAlex Elder1-20/+20
2012-03-22ceph: ensure Boolean options support both sensesAlex Elder1-0/+10
2012-03-22libceph: a few small changesAlex Elder1-14/+18
2012-03-22libceph: make ceph_tcp_connect() return intAlex Elder1-8/+6
2012-03-22libceph: encapsulate some messenger cleanup codeAlex Elder1-18/+20
2012-03-22libceph: make ceph_msgr_wq privateAlex Elder1-1/+1
2012-03-22libceph: encapsulate connection kvec operationsAlex Elder1-61/+56
2012-03-22libceph: move prepare_write_banner()Alex Elder1-3/+4
2012-03-22rbd: make ceph_parse_options() return a pointerAlex Elder1-8/+8
2012-03-22ceph: eliminate some abusive castsAlex Elder1-4/+4
2012-03-22ceph: eliminate some needless castsAlex Elder1-11/+10
2012-03-22ceph: kill addr_str_lock spinlock; use atomic insteadAlex Elder1-11/+10
2012-03-22ceph: make use of "else" where appropriateAlex Elder1-7/+4
2012-03-22ceph: use a shared zero page rather than one per messengerAlex Elder1-14/+29
2012-03-22libceph: fix overflow check in crush_decode()Xi Wang1-1/+2
2012-03-22net/ceph: Only clear SOCK_NOSPACE when there is sufficient space in the socke...Jim Schutt1-6/+12
2012-03-22netfilter: xt_LOG: use CONFIG_IP6_NF_IPTABLES instead of CONFIG_IPV6Pablo Neira Ayuso1-6/+6
2012-03-21l2tp: enable automatic module loading for l2tp_pppBenjamin LaHaise1-0/+1
2012-03-21net: fix napi_reuse_skb() skb reserveEric Dumazet1-1/+2
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-28/+19
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-0/+1
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds12-41/+36
2012-03-21xprtrdma: Remove assumption that each segment is <= PAGE_SIZETom Tucker1-5/+12
2012-03-21xprtrdma: The transport should not bug-check when a dup reply is receivedTom Tucker1-2/+7
2012-03-21SUNRPC/LOCKD: Fix build warnings when CONFIG_SUNRPC_DEBUG is undefinedTrond Myklebust1-14/+13
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds273-8740/+13374
2012-03-20switch touch_atime to struct pathAl Viro1-2/+2
2012-03-20switch unix_sock to struct pathAl Viro2-21/+16